Add some new graphics for installation and understanding docs
Fixes: #11552 - scalable SVG - uses colours from the rest of the page - emphasizes that boot2docker is the ordinary Linux setup in a VM - Add new graphic for architecture diagram - Add windows boot2docker diagram - Add windows diagram to documentation - Remove old PNGs; replaced with SVGs - Add redirects for new SVG versions of installation diagrams Signed-off-by: Nick Irvine <nfirvine@nfirvine.com>
|
@ -17,6 +17,9 @@
|
||||||
{ "Condition": { "KeyPrefixEquals": "docker-hub/invite.png" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "docker-hub/hub-images/invite.png" } },
|
{ "Condition": { "KeyPrefixEquals": "docker-hub/invite.png" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "docker-hub/hub-images/invite.png" } },
|
||||||
{ "Condition": { "KeyPrefixEquals": "docker-hub/orgs.png" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "docker-hub/hub-images/orgs.png" } },
|
{ "Condition": { "KeyPrefixEquals": "docker-hub/orgs.png" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "docker-hub/hub-images/orgs.png" } },
|
||||||
{ "Condition": { "KeyPrefixEquals": "docker-hub/repos.png" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "docker-hub/hub-images/repos.png" } },
|
{ "Condition": { "KeyPrefixEquals": "docker-hub/repos.png" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "docker-hub/hub-images/repos.png" } },
|
||||||
|
{ "Condition": { "KeyPrefixEquals": "installation/images/linux_docker_host.png" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "installation/images/linux_docker_host.svg" } },
|
||||||
|
{ "Condition": { "KeyPrefixEquals": "installation/images/osx_docker_host.png" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "installation/images/osx_docker_host.svg" } },
|
||||||
|
{ "Condition": { "KeyPrefixEquals": "installation/images/win_docker_host.png" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "installation/images/win_docker_host.svg" } },
|
||||||
{ "Condition": { "KeyPrefixEquals": "examples/hello_world/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "userguide/dockerizing/" } },
|
{ "Condition": { "KeyPrefixEquals": "examples/hello_world/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "userguide/dockerizing/" } },
|
||||||
{ "Condition": { "KeyPrefixEquals": "examples/python_web_app/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "userguide/dockerizing/" } },
|
{ "Condition": { "KeyPrefixEquals": "examples/python_web_app/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "userguide/dockerizing/" } },
|
||||||
{ "Condition": { "KeyPrefixEquals": "use/working_with_volumes/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "userguide/dockervolumes/" } },
|
{ "Condition": { "KeyPrefixEquals": "use/working_with_volumes/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "userguide/dockervolumes/" } },
|
||||||
|
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 183 KiB |
Before Width: | Height: | Size: 14 KiB |
1195
docs/sources/installation/images/linux_docker_host.svg
Normal file
After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 16 KiB |
1243
docs/sources/installation/images/mac_docker_host.svg
Normal file
After Width: | Height: | Size: 78 KiB |
1259
docs/sources/installation/images/win_docker_host.svg
Normal file
After Width: | Height: | Size: 81 KiB |
|
@ -42,12 +42,12 @@ containers run directly on your localhost. This means you can address ports on a
|
||||||
Docker container using standard localhost addressing such as `localhost:8000` or
|
Docker container using standard localhost addressing such as `localhost:8000` or
|
||||||
`0.0.0.0:8376`.
|
`0.0.0.0:8376`.
|
||||||
|
|
||||||
![Linux Architecture Diagram](/installation/images/linux_docker_host.png)
|
![Linux Architecture Diagram](/installation/images/linux_docker_host.svg)
|
||||||
|
|
||||||
In an OS X installation, the `docker` daemon is running inside a Linux virtual
|
In an OS X installation, the `docker` daemon is running inside a Linux virtual
|
||||||
machine provided by Boot2Docker.
|
machine provided by Boot2Docker.
|
||||||
|
|
||||||
![OSX Architecture Diagram](/installation/images/mac_docker_host.png)
|
![OSX Architecture Diagram](/installation/images/mac_docker_host.svg)
|
||||||
|
|
||||||
In OS X, the Docker host address is the address of the Linux VM.
|
In OS X, the Docker host address is the address of the Linux VM.
|
||||||
When you start the `boot2docker` process, the VM is assigned an IP address. Under
|
When you start the `boot2docker` process, the VM is assigned an IP address. Under
|
||||||
|
|
|
@ -20,6 +20,8 @@ Although you will be using Windows Docker client, the docker engine hosting the
|
||||||
containers will still be running on Linux. Until the Docker engine for Windows
|
containers will still be running on Linux. Until the Docker engine for Windows
|
||||||
is developed, you can launch only Linux containers from your Windows machine.
|
is developed, you can launch only Linux containers from your Windows machine.
|
||||||
|
|
||||||
|
![Windows Architecture Diagram](/installation/images/win_docker_host.svg)
|
||||||
|
|
||||||
## Demonstration
|
## Demonstration
|
||||||
|
|
||||||
<iframe width="640" height="480" src="//www.youtube.com/embed/oSHN8_uiZd4?rel=0" frameborder="0" allowfullscreen></iframe>
|
<iframe width="640" height="480" src="//www.youtube.com/embed/oSHN8_uiZd4?rel=0" frameborder="0" allowfullscreen></iframe>
|
||||||
|
|