Skip to content

Instantly share code, notes, and snippets.

@andresjz
Forked from mitchwongho/Docker
Created August 21, 2020 00:00
Show Gist options
  • Select an option

  • Save andresjz/7f79ee22e140885155075af9292af174 to your computer and use it in GitHub Desktop.

Select an option

Save andresjz/7f79ee22e140885155075af9292af174 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