Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Created March 31, 2016 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luanpcweb/508c15b7fe9ba0de95396d060ebb0d40 to your computer and use it in GitHub Desktop.
Save luanpcweb/508c15b7fe9ba0de95396d060ebb0d40 to your computer and use it in GitHub Desktop.
# https://hub.docker.com/
docker pull php
docker run -d -v "$PWD":/var/www/html -p 8088:80 php:5.4-apache
docker images
docker images | wc -l #Conta a quantidade de imagens
sudo du -sh /var/lib/docker #mostra o tamanho da pasta de imagens
docker stop <id do container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment