Skip to content

Instantly share code, notes, and snippets.

View tonfever's full-sized avatar

Panuwat Srisawat tonfever

View GitHub Profile
@tonfever
tonfever / Docker
Created February 7, 2019 03:51 — forked from mitchwongho/Docker
Docker 'run' command to start an interactive BaSH session
# Assuming an Ubuntu Docker image
$ docker run -it <image> /bin/bash