cjmling / findings

Notes on stuff i finds worth keeping for quick reference later on.
2 stars 0 forks source link

Docker Commands #2

Open cjmling opened 6 years ago

cjmling commented 6 years ago

References

  1. semaphoreci.com : Dockerizing a PHP Application

VM

$ docker-machine ls
NAME        ACTIVE   DRIVER       STATE     URL                         SWARM
default     *        virtualbox   Running   tcp://192.168.99.100:2376
dev                  virtualbox   Stopped
$ docker-machine start default
Starting VM...
Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command.
cjmling commented 6 years ago

Image