Closed aureliojargas closed 6 years ago
clitest is now the default command when running this image.
You can pass aditional options and files in docker run:
docker run
docker run --rm aureliojargas/clitest test.md
If you need to enter the container shell, use:
docker run --rm -it --entrypoint /bin/sh aureliojargas/clitest
clitest is now the default command when running this image.
You can pass aditional options and files in
docker run
:If you need to enter the container shell, use: