2015年11月27日 星期五

Docker on Mac Quickstart


Get full steps on http://docs.docker.com/mac/started/

  • Install Docker Toolbox   https://www.docker.com/docker-toolbox
  • Run Docker Quickstart Terminal 
  • docker hub https://hub.docker.com/ 
cmd
docker run hello-world
    docker run docker/whalesay cowsay boo
    docker images

To Know

  • installed Docker
  • run a software image in a container
  • located an interesting image on Docker Hub
  • run the image on your own machine
  • modified an image to create your own and run it
  • create a Docker Hub account and repository


  • pushed your image to Docker Hub for others to share
  • 沒有留言:

    張貼留言