Last active
September 7, 2021 12:48
-
-
Save ovuruska/f13aab5fdc08f82a0963a4824a486293 to your computer and use it in GitHub Desktop.
Run container using entrypoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $IMAGE_NAME="ASDF" | |
| docker run -it --entrypoint /bin/bash $IMAGE_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment