Home  >  Q&A  >  body text

macos - Mac下如何使用Docker部属lanmp开发环境?

如题,想使用Docker部属一个开发环境,该如何进行。

我已经安装好了:docker toolBox,按照DaoCloud的方法,使用如下命令:

docker-machine start default 启动 Docker。
这个命令是不是跟从mac应用里打开tools一样的?
然后:docker-machine ssh default

就进入了一个类似Linux的shell,请问进入的这个系统是什么,是Docker默认就有的吗?

接着:curl -sSL https://get.daocloud.io/daomonit/install.sh | sh -s e5fa63574ef2cceca3fc4f73ff81a6a7296fd055
安装DaoCloud的主机监控程序,好像安装了这个就可以用他们的镜像源?不太清楚。

在DaoCloud中找到Nginx,安装:
docker pull daocloud.io/library/nginx:1.9.11
...

接下来就不知道该怎么弄了,如果不用DaoCloud的东西,又该怎么配呢,有中国镜像吗?
求知道的大神们帮忙下,谢谢啦

PHPzPHPz2758 days ago684

reply all(2)I'll reply

  • 黄舟

    黄舟2017-04-24 09:11:32

    brew search docker
    brew install boot2docker
    brew install docker
    

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-24 09:11:32

    Mac Os or Windows - Docker Toolbox:
    https://www.docker.com/docker-toolbox
    I use (Alauda.cn) acceleration service, the following is the configuration method

    //http://markthink.m.alauda.cn 换在你自己的链接
    $ docker-machine ssh default
    $ sudo sed -i "s|EXTRA_ARGS='|EXTRA_ARGS='—registry- mirror=http://markthink.m.alauda.cn |g" /var/lib/boot2docker/ profile
    $ exit
    $ docker-machine restart default

    Refer to my PHP development and deployment environment. I hope it is useful to you. If you have any questions, please ask!

    reply
    0
  • Cancelreply