Skip to content

Instantly share code, notes, and snippets.

@ovuruska
Last active September 7, 2021 12:48
Show Gist options
  • Select an option

  • Save ovuruska/f13aab5fdc08f82a0963a4824a486293 to your computer and use it in GitHub Desktop.

Select an option

Save ovuruska/f13aab5fdc08f82a0963a4824a486293 to your computer and use it in GitHub Desktop.
Run container using entrypoint
$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