Git Product home page Git Product logo

docker's Introduction

What's inside

Requirements

Get started

1.Docker machine

Create docker machine by using xhyve

$ docker-machine create dev -d=xhyve --xhyve-cpu-count=2 --xhyve-memory-size=2048 --xhyve-experimental-nfs-share --xhyve-disk-size=4096

set your docker machine env to use dev env

$ docker-machine env dev

2.Docker-machine-nfs

To speedup your shared-folder, we use docker-machine-nfs

$ docker-machine-nfs dev \
    --mount-opts="noacl,async,nolock,vers=3,udp,noatime,actimeo=2" \
    --shared-folder="/Users/hary/Repo"

Below command will shutdown your docker-machine, so you need to start your docker-machine $ docker-machine start dev

dev is your docker machine

3.Docker-compose up

$ docker-compose up

Tips

SSH your docker machine dev

$ docker-machine ssh dev

stop your docker-machine dev

$ docker-machine stop dev

and to start it again

$ docker-machine stop dev

and DONT forget to set env docker-machine again by run

$ docker-machine env dev

Thanks to

https://github.com/kasperisager/php-dockerized

http://www.cameronmaske.com/docker-on-osx/

docker's People

Contributors

harymindiar avatar

Watchers

 avatar  avatar

Forkers

b-38438-org

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.