aureliojargas / clitest

Command Line Tester
MIT License
143 stars 12 forks source link

Use ENTRYPOINT to make container behave as an executable #29

Closed aureliojargas closed 6 years ago

aureliojargas commented 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 --rm aureliojargas/clitest test.md

If you need to enter the container shell, use:

docker run --rm -it --entrypoint /bin/sh aureliojargas/clitest