Skip to content

Commit e5ad1ec

Browse files
committed
Remove boot2docker-specific instructions
Both boot2docker and docker-machine will work fine with the normal `docker run` command used in the rest of the docs.
1 parent 214ff82 commit e5ad1ec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ The containers being proxied must [expose](https://docs.docker.com/reference/run
1818

1919
Provided your DNS is setup to forward foo.bar.com to the a host running nginx-proxy, the request will be routed to a container with the VIRTUAL_HOST env var set.
2020

21-
If you are using `boot2docker` start `nginx-proxy` with:
22-
23-
$ $(boot2docker shellinit)
24-
$ docker run -p 80:80 -e DOCKER_HOST -e DOCKER_CERT_PATH -e DOCKER_TLS_VERIFY -v $DOCKER_CERT_PATH:$DOCKER_CERT_PATH -it jwilder/nginx-proxy
25-
2621
### Multiple Ports
2722

2823
If your container exposes multiple ports, nginx-proxy will default to the service running on port 80. If you need to specify a different port, you can set a VIRTUAL_PORT env var to select a different one. If your container only exposes one port and it has a VIRTUAL_HOST env var set, that port will be selected.

0 commit comments

Comments
 (0)