Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1 KB

docker.md

File metadata and controls

30 lines (20 loc) · 1 KB

Docker

Commands

  • docker-compose up service-name
  • docker rm $(docker ps -a -q) remove all stopped containers

Docker engine

Just use Ubuntu 17.04 as host environment, since this is my local environment

Docker compose

Docker registry

You can mount the storage for registry