What's the right way to set up a development environment on OS X with Docker?

后端 未结 10 1356
野性不改
野性不改 2020-12-04 05:39

Intro

I can\'t figure out a good way to set up a development environment on OS X using Docker and Boot2Docker. The problem I\'m hitting is how to manage the source

10条回答
  •  攒了一身酷
    2020-12-04 05:46

    This method is the latest (Sep 2015) and easiest way to get Docker setup on Mac: link here:

    You install Docker using Docker Toolbox link to instructions here:

    It is a complete Docker setup package, that includes the following Docker tools:

    Docker Machine for running the docker-machine binary

    Docker Engine for running the docker binary

    Docker Compose for running the docker-compose binary

    Kitematic, the Docker GUI a shell preconfigured for a Docker command-line environment

    Oracle VM VirtualBox

    What's in the toolbox:

    • Docker Client
    • Docker Machine
    • Docker Compose (Mac only)
    • Docker Kitematic
    • VirtualBox

提交回复
热议问题