Skip to content

Instantly share code, notes, and snippets.

@anpleenko
Forked from mitchwongho/Docker
Created April 16, 2025 07:28
Show Gist options
  • Select an option

  • Save anpleenko/7c56ca1425aaeda55a0bf673ea8ea471 to your computer and use it in GitHub Desktop.

Select an option

Save anpleenko/7c56ca1425aaeda55a0bf673ea8ea471 to your computer and use it in GitHub Desktop.
Docker 'run' command to start an interactive BaSH session
# Assuming an Ubuntu Docker image
$ docker run -it <image> /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment