Skip to content

Instantly share code, notes, and snippets.

View pvgomes's full-sized avatar
:octocat:
Focusing

Paulo Victor L.L. Gomes pvgomes

:octocat:
Focusing
View GitHub Profile
@pvgomes
pvgomes / Docker
Last active August 29, 2015 14:05
# HINTS
## add self to the docker group (run docker without sudo)
sudo gpasswd -a myusername docker
# Detach the tty without exiting the shell, use the escape sequence Ctrl-p + Ctrl-q
# DOWNLOAD an Linux image
docker pull ubuntu
docker pull ubuntu:14.04
docker pull debian:wheezy