-
Notifications
You must be signed in to change notification settings - Fork 0
maykiwo/Docker-Auto
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Status: Image is up to date for codekitchen/dinghy-http-proxy:2.5 5d5839459fe6498f82ac3991fa0d80fb0530ec5bd8c3bc9fac775f5aeea35389 VM: running NFS: running FSEV: running DNS: running PROXY: running To connect the Docker client to the Docker daemon, please set these environment variables. You can set them by running: eval $(dinghy env) It's recommended to add this to your shell config such as ~/.bash_profile export DOCKER_HOST=tcp://192.168.64.4:2376 export DOCKER_CERT_PATH=/Users/mhuynh/.docker/machine/machines/dinghy export DOCKER_TLS_VERIFY=1 export DOCKER_MACHINE_NAME=dinghy MacBook-Pro:Library mhuynh$ dinghy create --provider=xhyve --cpus=4 --memory=4096 MacBook-Pro:Library mhuynh$ sudo chmod u+s /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve MacBook-Pro:Library mhuynh$ sudo chown root:wheel /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve MacBook-Pro:Library mhuynh$ ls ~/Library/Saved Application State/org.VirtualBox.app.VirtualBcls cox.SavedState (reverse-i-search)`bre': brew link --overwrite docker-machine-driver-xhyve (reverse-i-search)`bre': brew install docker-machine-nfs xhyve docker-machine-driver-xhyve (reverse-i-search)`bre': brew install docker docker-machine (reverse-i-search)`bre': brew install dinghy (reverse-i-search)`bre': brew tap codekitchen/dinghy MacBook-Pro:~ mhuynh$ dinghy up Starting the dinghy VM... Starting NFS daemon, this will require sudo Password: Waiting for NFS daemon... Mounting NFS /Users/mhuynh Starting the FsEvents daemon Starting DNS and HTTP proxy a8dc2bb2d72a8ac027755f2164650183b4451769313eb4f3bc3ace4008305831 VM: running NFS: running FSEV: running DNS: running PROXY: running To connect the Docker client to the Docker daemon, please set these environment variables. You can set them by running: eval $(dinghy env) It's recommended to add this to your shell config such as ~/.bash_profile export DOCKER_HOST=tcp://192.168.64.4:2376 export DOCKER_CERT_PATH=/Users/mhuynh/.docker/machine/machines/dinghy export DOCKER_TLS_VERIFY=1 export DOCKER_MACHINE_NAME=dinghy MacBook-Pro:~ mhuynh$ docker run --rm hello-world Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world 1b930d010525: Pull complete Digest: sha256:6540fc08ee6e6b7b63468dc3317e3303aae178cb8a45ed3123180328bcc1d20f Status: Downloaded newer image for hello-world:latest Hello from Docker! This message shows that your installation appears to be working correctly. To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64) 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal. To try something more ambitious, you can run an Ubuntu container with: $ docker run -it ubuntu bash Share images, automate workflows, and more with a free Docker ID: https://hub.docker.com/ For more examples and ideas, visit: https://docs.docker.com/get-started/ MacBook-Pro:~ mhuynh$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES a8dc2bb2d72a codekitchen/dinghy-http-proxy:2.5 "/app/docker-entrypo…" 9 minutes ago Up 9 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 19322/tcp, 0.0.0.0:19322->19322/udp dinghy_http_proxy
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published