Skip to content

Instantly share code, notes, and snippets.

@mitchwongho
Last active August 4, 2025 15:34
Show Gist options
  • Save mitchwongho/11266726 to your computer and use it in GitHub Desktop.
Save mitchwongho/11266726 to your computer and use it in GitHub Desktop.

Revisions

  1. mitchwongho revised this gist Apr 24, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Docker
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    # Assuming an Ubuntu Docker image
    $ docker run -i --tty=true <image> /bin/bash
    $ docker run -it <image> /bin/bash
  2. mitchwongho renamed this gist Apr 24, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. mitchwongho created this gist Apr 24, 2014.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Assuming an Ubuntu Docker image
    $ docker run -i --tty=true <image> /bin/bash