File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ Learn how to use deploy applications on Deis :ref:`using-docker-images`.
5757
5858.. _`twelve-factor methodology` : http://12factor.net/
5959.. _`Heroku Buildpacks` : https://devcenter.heroku.com/articles/buildpacks
60- .. _`Dockerfiles` : http ://docs.docker.io/en/latest/use /builder/
61- .. _`Docker Images` : http ://docs.docker.io /introduction/understanding-docker/
60+ .. _`Dockerfiles` : https ://docs.docker.com/reference /builder/
61+ .. _`Docker Images` : https ://docs.docker.com /introduction/understanding-docker/
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Deis uses the ``cmd`` process type to refer to this default command.
8080Process types other than ``cmd `` are not supported when using Docker images.
8181
8282
83- .. _`Docker Image` : http ://docs.docker.io /introduction/understanding-docker/
83+ .. _`Docker Image` : https ://docs.docker.com /introduction/understanding-docker/
8484.. _`DockerHub` : https://registry.hub.docker.com/
85- .. _`CMD instruction` : http ://docs.docker.io /reference/builder/#cmd
85+ .. _`CMD instruction` : https ://docs.docker.com /reference/builder/#cmd
8686.. _`issue 1156` : https://github.com/deis/deis/issues/1156
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ Deis also supports scaling other process types as defined in a `Procfile`_. To
1241242. Include a ``start `` executable that can be called with: ``start <process-type> ``
125125
126126
127- .. _`Dockerfile` : http ://docs.docker.io/en/latest/use /builder/
128- .. _`Docker Image` : http ://docs.docker.io /introduction/understanding-docker/
129- .. _`CMD instruction` : http ://docs.docker.io /reference/builder/#cmd
127+ .. _`Dockerfile` : https ://docs.docker.com/reference /builder/
128+ .. _`Docker Image` : https ://docs.docker.com /introduction/understanding-docker/
129+ .. _`CMD instruction` : https ://docs.docker.com /reference/builder/#cmd
130130.. _`issue 1156` : https://github.com/deis/deis/issues/1156
131131.. _`Procfile` : https://devcenter.heroku.com/articles/procfile
You can’t perform that action at this time.
0 commit comments