You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
I'm not able to complete the install for http://phundament.com/docs/51-vagrant-docker.md as vagrant docker get's stuck with:
web: time="2015-04-16T08:30:25Z" level="fatal" msg="Error response from daemon: Could not get container for rproxy"
A Docker command executed by Vagrant didn't complete successfully!
The command run along with the output from the command is shown
below.
Stderr: time="2015-04-16T08:30:25Z" level="fatal" msg="Error response from daemon: Could not get container for rproxy"
The problem does seem to get resolved if I manually install the rproxy myself with:
docker run -d --name rproxy -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock jwilder/nginx-proxy
Should these instructions be added to the documentation?
(Tested both on Mac OSX and Ubuntu 14.04)
The text was updated successfully, but these errors were encountered:
I'm not able to complete the install for http://phundament.com/docs/51-vagrant-docker.md as vagrant docker get's stuck with:
web: time="2015-04-16T08:30:25Z" level="fatal" msg="Error response from daemon: Could not get container for rproxy"
A Docker command executed by Vagrant didn't complete successfully!
The command run along with the output from the command is shown
below.
Command: "docker" "run" "--name" "app_docker_vagrant_web_1429173024_1429173024" "-e" "APP_NAME=myapp-vagrant" "-e" "APP_PRETTY_URLS=1" "-e" "VIRTUAL_HOST=myapp-vagrant.192.168.7.6.xip.io" "--link" "rproxy:RPROXY" "--link" "db:DB" "-v" "/var/lib/docker/docker_1429172489_77938:/app" "-v" "/var/lib/docker/docker_1429172489_99334:/vagrant" "--rm=true" "941acfe1e6bc" "composer" "install" "--prefer-dist"
Stderr: time="2015-04-16T08:30:25Z" level="fatal" msg="Error response from daemon: Could not get container for rproxy"
The problem does seem to get resolved if I manually install the rproxy myself with:
docker run -d --name rproxy -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock jwilder/nginx-proxy
Should these instructions be added to the documentation?
(Tested both on Mac OSX and Ubuntu 14.04)
The text was updated successfully, but these errors were encountered: