Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lossless Image optimization #959

Merged
merged 2 commits into from
Dec 21, 2016
Merged

Lossless Image optimization #959

merged 2 commits into from
Dec 21, 2016

Conversation

PeterDaveHello
Copy link
Contributor

Use zopflipng and jpegoptim to re-compress all the png and jpeg images to speed up the page loading speed, 26224KB saved 🚀

26 jpg images optimized as below:

 engine/userguide/storagedriver/images/aufs_layers.jpg          | Bin 82675 -> 72943 bytes
 engine/userguide/storagedriver/images/btfs_constructs.jpg      | Bin 63773 -> 51828 bytes
 engine/userguide/storagedriver/images/btfs_container_layer.jpg | Bin 67433 -> 54766 bytes
 engine/userguide/storagedriver/images/container-layers-cas.jpg | Bin 139325 -> 118731 bytes
 engine/userguide/storagedriver/images/lsblk-diagram.jpg        | Bin 95220 -> 90339 bytes
 engine/userguide/storagedriver/images/saving-space.jpg         | Bin 57009 -> 49584 bytes
 engine/userguide/storagedriver/images/shared-uuid.jpg          | Bin 251815 -> 223610 bytes
 notary/resources/tuf_update_flow.jpg                           | Bin 57048 -> 50859 bytes
 opensource/governance/images/hackday-600px.jpg                 | Bin 115412 -> 112244 bytes
 opensource/kitematic/images/nvm_install.jpeg                   | Bin 117630 -> 116626 bytes
 swarm/images/app-architecture.jpg                              | Bin 52127 -> 48569 bytes
 swarm/images/aws-infrastructure.jpg                            | Bin 75015 -> 69880 bytes
 swarm/images/balance-examples.jpg                              | Bin 109727 -> 105092 bytes
 swarm/images/cloud-formation-tmp.jpg                           | Bin 45007 -> 39936 bytes
 swarm/images/deployed-across.jpg                               | Bin 77138 -> 72281 bytes
 swarm/images/fully-deployed.jpg                                | Bin 83327 -> 78074 bytes
 swarm/images/infrastructure-failures.jpg                       | Bin 109727 -> 105092 bytes
 swarm/images/interlock.jpg                                     | Bin 76312 -> 71110 bytes
 swarm/images/overlay-review.jpg                                | Bin 47003 -> 43049 bytes
 swarm/images/poll-results.jpg                                  | Bin 33496 -> 28198 bytes
 swarm/images/proxy-test.jpg                                    | Bin 77326 -> 74514 bytes
 swarm/images/review-work.jpg                                   | Bin 63472 -> 59578 bytes
 swarm/images/tls-1.jpg                                         | Bin 49914 -> 45458 bytes
 swarm/images/tls-2.jpeg                                        | Bin 85852 -> 79302 bytes
 swarm/images/trust-diagram.jpg                                 | Bin 43207 -> 39486 bytes
 swarm/images/vote-app-test.jpg                                 | Bin 31121 -> 26045 bytes

784 png images optimized as below:

 apidocs/cloud-api-source/source/images/logo.png                       | Bin 4360 -> 2541 bytes
 apidocs/docker-cloud/images/logo.png                                  | Bin 4360 -> 2541 bytes
 apidocs/dtr-api-overview.png                                          | Bin 242095 -> 174586 bytes
 apidocs/v1.3.3/images/explorer_icons.png                              | Bin 5763 -> 5115 bytes
 apidocs/v1.3.3/images/favicon-16x16.png                               | Bin 645 -> 446 bytes
 apidocs/v1.3.3/images/favicon-32x32.png                               | Bin 1654 -> 1141 bytes
 apidocs/v1.3.3/images/logo_small.png                                  | Bin 770 -> 455 bytes
 apidocs/v1.3.3/images/pet_store_api.png                               | Bin 824 -> 631 bytes
 apidocs/v1.3.3/images/wordnik_api.png                                 | Bin 980 -> 670 bytes
 apidocs/v1.4.0/images/explorer_icons.png                              | Bin 5763 -> 5115 bytes
 apidocs/v1.4.0/images/favicon-16x16.png                               | Bin 645 -> 446 bytes
 apidocs/v1.4.0/images/favicon-32x32.png                               | Bin 1654 -> 1141 bytes
 apidocs/v1.4.0/images/logo_small.png                                  | Bin 770 -> 455 bytes
 apidocs/v1.4.0/images/pet_store_api.png                               | Bin 824 -> 631 bytes
 apidocs/v1.4.0/images/wordnik_api.png                                 | Bin 980 -> 670 bytes
 apidocs/v2.0.0/images/explorer_icons.png                              | Bin 5763 -> 5115 bytes
 apidocs/v2.0.0/images/favicon-16x16.png                               | Bin 645 -> 446 bytes
 apidocs/v2.0.0/images/favicon-32x32.png                               | Bin 1654 -> 1141 bytes
 apidocs/v2.0.0/images/logo_small.png                                  | Bin 770 -> 455 bytes
 apidocs/v2.0.0/images/pet_store_api.png                               | Bin 824 -> 631 bytes
 apidocs/v2.0.0/images/wordnik_api.png                                 | Bin 980 -> 670 bytes
 apidocs/v2.0.1/images/explorer_icons.png                              | Bin 5763 -> 5115 bytes
 apidocs/v2.0.1/images/favicon-16x16.png                               | Bin 645 -> 446 bytes
 apidocs/v2.0.1/images/favicon-32x32.png                               | Bin 1654 -> 1141 bytes
 apidocs/v2.0.1/images/logo_small.png                                  | Bin 770 -> 455 bytes
 apidocs/v2.0.1/images/pet_store_api.png                               | Bin 824 -> 631 bytes
 apidocs/v2.0.1/images/wordnik_api.png                                 | Bin 980 -> 670 bytes
 compose/images/django-it-worked.png                                   | Bin 28446 -> 28359 bytes
 compose/images/rails-welcome.png                                      | Bin 247330 -> 180628 bytes
 compose/images/wordpress-files.png                                    | Bin 70823 -> 70699 bytes
 compose/images/wordpress-lang.png                                     | Bin 30149 -> 30027 bytes
 compose/images/wordpress-welcome.png                                  | Bin 62063 -> 61345 bytes
 datacenter/dtr/2.0/assets/gc1.png                                     | Bin 25447 -> 15155 bytes
 datacenter/dtr/2.0/assets/gc3.png                                     | Bin 30138 -> 18817 bytes
 datacenter/dtr/2.0/assets/repo.png                                    | Bin 74752 -> 48099 bytes
 datacenter/dtr/2.0/images/admin-logs.png                              | Bin 165037 -> 86664 bytes
 datacenter/dtr/2.0/images/admin-metrics.png                           | Bin 139542 -> 66217 bytes
 datacenter/dtr/2.0/images/admin-settings-auth.png                     | Bin 85898 -> 45096 bytes
 datacenter/dtr/2.0/images/admin-settings-authentication-basic.png     | Bin 109698 -> 56607 bytes
 datacenter/dtr/2.0/images/admin-settings-authentication-ldap.png      | Bin 133678 -> 65287 bytes
 datacenter/dtr/2.0/images/admin-settings-authentication.png           | Bin 65999 -> 36356 bytes
 datacenter/dtr/2.0/images/admin-settings-license.png                  | Bin 79819 -> 44180 bytes
 datacenter/dtr/2.0/images/admin-settings-license2.png                 | Bin 102147 -> 54038 bytes
 datacenter/dtr/2.0/images/admin-settings-security.png                 | Bin 96798 -> 46459 bytes
 datacenter/dtr/2.0/images/admin-settings-storage-azure.png            | Bin 165937 -> 77460 bytes
 datacenter/dtr/2.0/images/admin-settings-storage-s3.png               | Bin 165098 -> 76957 bytes
 datacenter/dtr/2.0/images/admin-settings-storage.png                  | Bin 99033 -> 48231 bytes
 datacenter/dtr/2.0/images/admin-settings.png                          | Bin 58553 -> 31602 bytes
 datacenter/dtr/2.0/images/architecture-1.png                          | Bin 14851 -> 8196 bytes
 datacenter/dtr/2.0/images/aws-dtr-sg-rules.png                        | Bin 26820 -> 11944 bytes
 datacenter/dtr/2.0/images/aws-engine-sg-rules.png                     | Bin 55858 -> 29297 bytes
 datacenter/dtr/2.0/images/aws-instance-id.png                         | Bin 230699 -> 115202 bytes
 datacenter/dtr/2.0/images/azure_filter.png                            | Bin 88718 -> 48569 bytes
 datacenter/dtr/2.0/images/azure_ip.png                                | Bin 74515 -> 41195 bytes
 datacenter/dtr/2.0/images/azure_portal.png                            | Bin 106304 -> 58087 bytes
 datacenter/dtr/2.0/images/basic_configuration.png                     | Bin 53212 -> 28346 bytes
 datacenter/dtr/2.0/images/console-pull.png                            | Bin 147600 -> 72879 bytes
 datacenter/dtr/2.0/images/console-push.png                            | Bin 143861 -> 70694 bytes
 datacenter/dtr/2.0/images/create-and-manage-orgs-1.png                | Bin 80145 -> 45495 bytes
 datacenter/dtr/2.0/images/create-and-manage-orgs-2.png                | Bin 89932 -> 51945 bytes
 datacenter/dtr/2.0/images/create-and-manage-orgs-3.png                | Bin 113893 -> 68876 bytes
 datacenter/dtr/2.0/images/create-and-manage-teams-1.png               | Bin 93959 -> 55412 bytes
 datacenter/dtr/2.0/images/create-and-manage-teams-2.png               | Bin 93634 -> 54926 bytes
 datacenter/dtr/2.0/images/create-and-manage-teams-3.png               | Bin 115160 -> 68392 bytes
 datacenter/dtr/2.0/images/create-and-manage-teams-4.png               | Bin 85854 -> 50523 bytes
 datacenter/dtr/2.0/images/create-and-manage-teams-5.png               | Bin 120676 -> 72656 bytes
 datacenter/dtr/2.0/images/create-manage-users-1.png                   | Bin 104332 -> 59299 bytes
 datacenter/dtr/2.0/images/create-manage-users-2.png                   | Bin 119669 -> 68408 bytes
 datacenter/dtr/2.0/images/dashboard-settings-general.png              | Bin 77799 -> 40300 bytes
 datacenter/dtr/2.0/images/delete-an-image-1.png                       | Bin 97518 -> 54761 bytes
 .../2.0/images/docker-hub-org-enterprise-license-CSDE-dropdown.png    | Bin 65480 -> 33896 bytes
 datacenter/dtr/2.0/images/docker-hub-org-enterprise-license.png       | Bin 66254 -> 34452 bytes
 datacenter/dtr/2.0/images/dtr-integration-1.png                       | Bin 237088 -> 129107 bytes
 datacenter/dtr/2.0/images/dtr-license-download.png                    | Bin 35170 -> 18179 bytes
 datacenter/dtr/2.0/images/high-availability-1.png                     | Bin 11901 -> 6693 bytes
 datacenter/dtr/2.0/images/high-availability-2.png                     | Bin 15612 -> 8183 bytes
 datacenter/dtr/2.0/images/install-dtr-1.png                           | Bin 158383 -> 93723 bytes
 datacenter/dtr/2.0/images/install-dtr-2.png                           | Bin 96072 -> 57883 bytes
 datacenter/dtr/2.0/images/install-dtr-3.png                           | Bin 129364 -> 74135 bytes
 datacenter/dtr/2.0/images/install-dtr-4.png                           | Bin 116828 -> 69475 bytes
 datacenter/dtr/2.0/images/jenkins-plugins.png                         | Bin 82661 -> 47901 bytes
 datacenter/dtr/2.0/images/jenkins-ui.png                              | Bin 60846 -> 36694 bytes
 datacenter/dtr/2.0/images/license-1.png                               | Bin 173373 -> 104579 bytes
 datacenter/dtr/2.0/images/license-2.png                               | Bin 129364 -> 74135 bytes
 datacenter/dtr/2.0/images/monitor-1.png                               | Bin 116828 -> 69475 bytes
 datacenter/dtr/2.0/images/monitor-2.png                               | Bin 158383 -> 93723 bytes
 datacenter/dtr/2.0/images/overview-1.png                              | Bin 99160 -> 55648 bytes
 datacenter/dtr/2.0/images/overview-2.png                              | Bin 92744 -> 52571 bytes
 datacenter/dtr/2.0/images/pull-an-image-1.png                         | Bin 86530 -> 49347 bytes
 datacenter/dtr/2.0/images/pull-an-image-2.png                         | Bin 114185 -> 63944 bytes
 datacenter/dtr/2.0/images/push-an-image-1.png                         | Bin 104291 -> 60092 bytes
 datacenter/dtr/2.0/images/push-an-image-2.png                         | Bin 119246 -> 69148 bytes
 datacenter/dtr/2.0/images/push-an-image-3.png                         | Bin 95704 -> 53907 bytes
 datacenter/dtr/2.0/images/repo.png                                    | Bin 74752 -> 48099 bytes
 datacenter/dtr/2.0/images/script-copy.png                             | Bin 90038 -> 48394 bytes
 datacenter/dtr/2.1/guides/images/admin-logs.png                       | Bin 165037 -> 86664 bytes
 datacenter/dtr/2.1/guides/images/admin-metrics.png                    | Bin 139542 -> 66217 bytes
 datacenter/dtr/2.1/guides/images/admin-settings-auth.png              | Bin 85898 -> 45096 bytes
 .../dtr/2.1/guides/images/admin-settings-authentication-basic.png     | Bin 109698 -> 56607 bytes
 .../dtr/2.1/guides/images/admin-settings-authentication-ldap.png      | Bin 133678 -> 65287 bytes
 datacenter/dtr/2.1/guides/images/admin-settings-authentication.png    | Bin 65999 -> 36356 bytes
 datacenter/dtr/2.1/guides/images/admin-settings-license.png           | Bin 79819 -> 44180 bytes
 datacenter/dtr/2.1/guides/images/admin-settings-license2.png          | Bin 102147 -> 54038 bytes
 datacenter/dtr/2.1/guides/images/admin-settings-security.png          | Bin 96798 -> 46459 bytes
 datacenter/dtr/2.1/guides/images/admin-settings-storage-azure.png     | Bin 165937 -> 77460 bytes
 datacenter/dtr/2.1/guides/images/admin-settings-storage-s3.png        | Bin 165098 -> 76957 bytes
 datacenter/dtr/2.1/guides/images/admin-settings-storage.png           | Bin 99033 -> 48231 bytes
 datacenter/dtr/2.1/guides/images/admin-settings.png                   | Bin 58553 -> 31602 bytes
 datacenter/dtr/2.1/guides/images/aws-dtr-sg-rules.png                 | Bin 26820 -> 11944 bytes
 datacenter/dtr/2.1/guides/images/aws-engine-sg-rules.png              | Bin 55858 -> 29297 bytes
 datacenter/dtr/2.1/guides/images/aws-instance-id.png                  | Bin 230699 -> 115202 bytes
 datacenter/dtr/2.1/guides/images/azure_filter.png                     | Bin 88718 -> 48569 bytes
 datacenter/dtr/2.1/guides/images/azure_ip.png                         | Bin 74515 -> 41195 bytes
 datacenter/dtr/2.1/guides/images/azure_portal.png                     | Bin 106304 -> 58087 bytes
 datacenter/dtr/2.1/guides/images/basic_configuration.png              | Bin 53212 -> 28346 bytes
 datacenter/dtr/2.1/guides/images/console-pull.png                     | Bin 147600 -> 72879 bytes
 datacenter/dtr/2.1/guides/images/console-push.png                     | Bin 143861 -> 70694 bytes
 datacenter/dtr/2.1/guides/images/create-and-manage-orgs-1.png         | Bin 80145 -> 45495 bytes
 datacenter/dtr/2.1/guides/images/create-and-manage-orgs-2.png         | Bin 89932 -> 51945 bytes
 datacenter/dtr/2.1/guides/images/create-and-manage-orgs-3.png         | Bin 113893 -> 68876 bytes
 datacenter/dtr/2.1/guides/images/create-and-manage-teams-1.png        | Bin 93959 -> 55412 bytes
 datacenter/dtr/2.1/guides/images/create-and-manage-teams-2.png        | Bin 93634 -> 54926 bytes
 datacenter/dtr/2.1/guides/images/create-and-manage-teams-3.png        | Bin 115160 -> 68392 bytes
 datacenter/dtr/2.1/guides/images/create-and-manage-teams-4.png        | Bin 85854 -> 50523 bytes
 datacenter/dtr/2.1/guides/images/create-and-manage-teams-5.png        | Bin 120676 -> 72656 bytes
 datacenter/dtr/2.1/guides/images/create-manage-users-1.png            | Bin 104332 -> 59299 bytes
 datacenter/dtr/2.1/guides/images/create-manage-users-2.png            | Bin 119669 -> 68408 bytes
 datacenter/dtr/2.1/guides/images/dashboard-settings-general.png       | Bin 77799 -> 40300 bytes
 datacenter/dtr/2.1/guides/images/delete-an-image-1.png                | Bin 97518 -> 54761 bytes
 .../guides/images/docker-hub-org-enterprise-license-CSDE-dropdown.png | Bin 65480 -> 33896 bytes
 .../dtr/2.1/guides/images/docker-hub-org-enterprise-license.png       | Bin 66254 -> 34452 bytes
 datacenter/dtr/2.1/guides/images/dtr-integration-1.png                | Bin 237088 -> 129107 bytes
 datacenter/dtr/2.1/guides/images/dtr-license-download.png             | Bin 35170 -> 18179 bytes
 datacenter/dtr/2.1/guides/images/high-availability-1.png              | Bin 11901 -> 6693 bytes
 datacenter/dtr/2.1/guides/images/high-availability-2.png              | Bin 15612 -> 8183 bytes
 datacenter/dtr/2.1/guides/images/install-dtr-0.png                    | Bin 44362 -> 21417 bytes
 datacenter/dtr/2.1/guides/images/install-dtr-1.png                    | Bin 158383 -> 93723 bytes
 datacenter/dtr/2.1/guides/images/install-dtr-2.png                    | Bin 96072 -> 57883 bytes
 datacenter/dtr/2.1/guides/images/install-dtr-3.png                    | Bin 129364 -> 74135 bytes
 datacenter/dtr/2.1/guides/images/install-dtr-4.png                    | Bin 116828 -> 69475 bytes
 datacenter/dtr/2.1/guides/images/jenkins-plugins.png                  | Bin 82661 -> 47901 bytes
 datacenter/dtr/2.1/guides/images/jenkins-ui.png                       | Bin 60846 -> 36694 bytes
 datacenter/dtr/2.1/guides/images/license-1.png                        | Bin 173373 -> 104579 bytes
 datacenter/dtr/2.1/guides/images/license-2.png                        | Bin 129364 -> 74135 bytes
 datacenter/dtr/2.1/guides/images/monitor-1.png                        | Bin 116828 -> 69475 bytes
 datacenter/dtr/2.1/guides/images/monitor-2.png                        | Bin 158383 -> 93723 bytes
 datacenter/dtr/2.1/guides/images/overview-1.png                       | Bin 99160 -> 55648 bytes
 datacenter/dtr/2.1/guides/images/overview-2.png                       | Bin 92744 -> 52571 bytes
 datacenter/dtr/2.1/guides/images/pull-an-image-1.png                  | Bin 86530 -> 49347 bytes
 datacenter/dtr/2.1/guides/images/pull-an-image-2.png                  | Bin 114185 -> 63944 bytes
 datacenter/dtr/2.1/guides/images/push-an-image-1.png                  | Bin 104291 -> 60092 bytes
 datacenter/dtr/2.1/guides/images/push-an-image-2.png                  | Bin 119246 -> 69148 bytes
 datacenter/dtr/2.1/guides/images/push-an-image-3.png                  | Bin 95704 -> 53907 bytes
 datacenter/dtr/2.1/guides/images/repo.png                             | Bin 74752 -> 48099 bytes
 datacenter/dtr/2.1/guides/images/script-copy.png                      | Bin 90038 -> 48394 bytes
 datacenter/dtr/2.1/guides/images/use-your-certificates-1.png          | Bin 295031 -> 134731 bytes
 datacenter/dtr/2.1/reference/api/images/explorer_icons.png            | Bin 5763 -> 5115 bytes
 datacenter/dtr/2.1/reference/api/images/favicon-16x16.png             | Bin 645 -> 446 bytes
 datacenter/dtr/2.1/reference/api/images/favicon-32x32.png             | Bin 1654 -> 1141 bytes
 datacenter/dtr/2.1/reference/api/images/logo_small.png                | Bin 770 -> 455 bytes
 datacenter/dtr/2.1/reference/api/images/pet_store_api.png             | Bin 824 -> 631 bytes
 datacenter/dtr/2.1/reference/api/images/wordnik_api.png               | Bin 980 -> 670 bytes
 datacenter/images/app.png                                             | Bin 209153 -> 106332 bytes
 datacenter/images/autoscale_save.png                                  | Bin 78169 -> 38518 bytes
 datacenter/images/autoscale_update.png                                | Bin 188285 -> 86564 bytes
 datacenter/images/aws_account_number.png                              | Bin 17022 -> 8673 bytes
 datacenter/images/aws_support_center_link.png                         | Bin 16848 -> 9877 bytes
 datacenter/images/cloudformation_update.png                           | Bin 41654 -> 23077 bytes
 datacenter/images/console_installation.png                            | Bin 280313 -> 132098 bytes
 datacenter/images/create_ucp_hrm.png                                  | Bin 154282 -> 70271 bytes
 datacenter/images/d4a_ddc_arch.png                                    | Bin 52945 -> 34207 bytes
 datacenter/images/dtr.png                                             | Bin 176333 -> 83630 bytes
 datacenter/images/elb_listeners_update.png                            | Bin 59847 -> 21062 bytes
 datacenter/images/insecure.png                                        | Bin 44445 -> 37152 bytes
 datacenter/images/managers.png                                        | Bin 153530 -> 86811 bytes
 datacenter/images/output.png                                          | Bin 174971 -> 91225 bytes
 datacenter/images/try-ddc-1.png                                       | Bin 235351 -> 112898 bytes
 datacenter/images/try-ddc-2.png                                       | Bin 211235 -> 90827 bytes
 datacenter/images/try-ddc-3.png                                       | Bin 275381 -> 129299 bytes
 datacenter/images/ucp.png                                             | Bin 330361 -> 143197 bytes
 datacenter/ucp/1.1/images/add-pk.png                                  | Bin 51851 -> 25795 bytes
 datacenter/ucp/1.1/images/architecture-1.png                          | Bin 12269 -> 7598 bytes
 datacenter/ucp/1.1/images/architecture-2.png                          | Bin 19339 -> 11782 bytes
 datacenter/ucp/1.1/images/architecture-3.png                          | Bin 21923 -> 13817 bytes
 datacenter/ucp/1.1/images/architecture-4.png                          | Bin 8056 -> 4977 bytes
 datacenter/ucp/1.1/images/browser_cert_open.png                       | Bin 119568 -> 90190 bytes
 datacenter/ucp/1.1/images/browser_cert_san.png                        | Bin 68893 -> 44021 bytes
 datacenter/ucp/1.1/images/cli-based-access-1.png                      | Bin 157368 -> 92803 bytes
 datacenter/ucp/1.1/images/cluster-nodes.png                           | Bin 114292 -> 60619 bytes
 datacenter/ucp/1.1/images/container-detail-2.png                      | Bin 55648 -> 28493 bytes
 datacenter/ucp/1.1/images/container-list.png                          | Bin 98071 -> 53170 bytes
 datacenter/ucp/1.1/images/container_detail.png                        | Bin 70084 -> 37040 bytes
 datacenter/ucp/1.1/images/create-and-manage-teams-1.png               | Bin 116809 -> 72544 bytes
 datacenter/ucp/1.1/images/create-and-manage-teams-2.png               | Bin 100325 -> 60732 bytes
 datacenter/ucp/1.1/images/create-and-manage-teams-3.png               | Bin 121210 -> 75596 bytes
 datacenter/ucp/1.1/images/create-and-manage-teams-4.png               | Bin 113118 -> 69395 bytes
 datacenter/ucp/1.1/images/create-users-1.png                          | Bin 117863 -> 72953 bytes
 datacenter/ucp/1.1/images/create-users-2.png                          | Bin 103746 -> 63699 bytes
 datacenter/ucp/1.1/images/create_network.png                          | Bin 33667 -> 15641 bytes
 datacenter/ucp/1.1/images/deploy-app-cli-1.png                        | Bin 96279 -> 56478 bytes
 datacenter/ucp/1.1/images/deploy-app-ui-1.png                         | Bin 85927 -> 51855 bytes
 datacenter/ucp/1.1/images/deploy-app-ui-2.png                         | Bin 109686 -> 69095 bytes
 datacenter/ucp/1.1/images/deploy-app-ui-3.png                         | Bin 121863 -> 74387 bytes
 datacenter/ucp/1.1/images/deploy-app-ui-4.png                         | Bin 115692 -> 69071 bytes
 datacenter/ucp/1.1/images/deploy-app-ui-5.png                         | Bin 96279 -> 56478 bytes
 datacenter/ucp/1.1/images/deploy-app-ui-6.png                         | Bin 115908 -> 73459 bytes
 datacenter/ucp/1.1/images/docker-hub-license.png                      | Bin 143944 -> 75596 bytes
 datacenter/ucp/1.1/images/docker-hub-settings.png                     | Bin 73016 -> 38783 bytes
 datacenter/ucp/1.1/images/dtr-integration-1.png                       | Bin 237088 -> 129107 bytes
 datacenter/ucp/1.1/images/dtr-integration-2.png                       | Bin 108192 -> 65521 bytes
 datacenter/ucp/1.1/images/dtr-integration-3.png                       | Bin 200112 -> 108288 bytes
 datacenter/ucp/1.1/images/dtr-integration-4.png                       | Bin 109444 -> 63336 bytes
 datacenter/ucp/1.1/images/dtr-integration-5.png                       | Bin 97409 -> 55028 bytes
 datacenter/ucp/1.1/images/explain.png                                 | Bin 20689 -> 11196 bytes
 datacenter/ucp/1.1/images/go_networks.png                             | Bin 68291 -> 37389 bytes
 datacenter/ucp/1.1/images/host_ip_address.png                         | Bin 165933 -> 90118 bytes
 datacenter/ucp/1.1/images/install-sandbox-1.png                       | Bin 147640 -> 53941 bytes
 datacenter/ucp/1.1/images/install-sandbox-2-1.png                     | Bin 242917 -> 114411 bytes
 datacenter/ucp/1.1/images/install-sandbox-2-2.png                     | Bin 261892 -> 118332 bytes
 datacenter/ucp/1.1/images/install-sandbox-2-3.png                     | Bin 197355 -> 81960 bytes
 datacenter/ucp/1.1/images/install-sandbox-2.png                       | Bin 251222 -> 121165 bytes
 datacenter/ucp/1.1/images/install-sandbox-3.png                       | Bin 248126 -> 120048 bytes
 datacenter/ucp/1.1/images/ip_cloud_provider.png                       | Bin 117988 -> 68873 bytes
 datacenter/ucp/1.1/images/ldap-integration-1.png                      | Bin 114985 -> 70202 bytes
 datacenter/ucp/1.1/images/ldap-integration-2.png                      | Bin 96232 -> 57937 bytes
 datacenter/ucp/1.1/images/license-title.png                           | Bin 51675 -> 34553 bytes
 datacenter/ucp/1.1/images/license-ucp-1.png                           | Bin 173373 -> 104579 bytes
 datacenter/ucp/1.1/images/license-ucp-2.png                           | Bin 110361 -> 66248 bytes
 datacenter/ucp/1.1/images/login.png                                   | Bin 23092 -> 5989 bytes
 datacenter/ucp/1.1/images/monitor-ucp-1.png                           | Bin 135104 -> 85384 bytes
 datacenter/ucp/1.1/images/monitor-ucp-2.png                           | Bin 170946 -> 104458 bytes
 datacenter/ucp/1.1/images/multiple-replicas.png                       | Bin 132958 -> 71260 bytes
 datacenter/ucp/1.1/images/my_new_site.png                             | Bin 6703 -> 2378 bytes
 datacenter/ucp/1.1/images/network_gui_error.png                       | Bin 22135 -> 11415 bytes
 datacenter/ucp/1.1/images/nodes-3.png                                 | Bin 31185 -> 16299 bytes
 datacenter/ucp/1.1/images/nodes-page.png                              | Bin 162070 -> 86845 bytes
 datacenter/ucp/1.1/images/nodes.png                                   | Bin 78370 -> 48156 bytes
 datacenter/ucp/1.1/images/orca_components.png                         | Bin 46796 -> 33461 bytes
 datacenter/ucp/1.1/images/overview-1.png                              | Bin 108463 -> 67477 bytes
 datacenter/ucp/1.1/images/overview-2.png                              | Bin 132207 -> 83905 bytes
 datacenter/ucp/1.1/images/overview-3.png                              | Bin 113153 -> 70352 bytes
 datacenter/ucp/1.1/images/port_80.png                                 | Bin 16677 -> 8284 bytes
 datacenter/ucp/1.1/images/replica-nodes.png                           | Bin 120383 -> 65225 bytes
 datacenter/ucp/1.1/images/sandbox.png                                 | Bin 17341 -> 8695 bytes
 datacenter/ucp/1.1/images/second_node.png                             | Bin 73303 -> 40440 bytes
 datacenter/ucp/1.1/images/settings-log.png                            | Bin 28039 -> 13823 bytes
 datacenter/ucp/1.1/images/troubleshoot-ucp-1.png                      | Bin 170946 -> 104458 bytes
 datacenter/ucp/1.1/images/votingapp-net.png                           | Bin 56733 -> 28646 bytes
 datacenter/ucp/2.0/guides/images/architecture-2.png                   | Bin 39199 -> 21179 bytes
 datacenter/ucp/2.0/guides/images/cli-based-access-1.png               | Bin 210943 -> 90158 bytes
 datacenter/ucp/2.0/guides/images/configure-logs-1.png                 | Bin 228326 -> 104309 bytes
 datacenter/ucp/2.0/guides/images/container-detail-2.png               | Bin 55648 -> 28493 bytes
 datacenter/ucp/2.0/guides/images/container_detail.png                 | Bin 70084 -> 37040 bytes
 datacenter/ucp/2.0/guides/images/create-and-manage-teams-1.png        | Bin 256871 -> 114864 bytes
 datacenter/ucp/2.0/guides/images/create-and-manage-teams-2.png        | Bin 258757 -> 117254 bytes
 datacenter/ucp/2.0/guides/images/create-and-manage-teams-3.png        | Bin 267078 -> 123457 bytes
 datacenter/ucp/2.0/guides/images/create-and-manage-teams-4.png        | Bin 226744 -> 97161 bytes
 datacenter/ucp/2.0/guides/images/create-users-1.png                   | Bin 246529 -> 109150 bytes
 datacenter/ucp/2.0/guides/images/create-users-2.png                   | Bin 209650 -> 95200 bytes
 datacenter/ucp/2.0/guides/images/deploy-app-cli-1.png                 | Bin 231944 -> 105024 bytes
 datacenter/ucp/2.0/guides/images/deploy-app-ui-1.png                  | Bin 223910 -> 96024 bytes
 datacenter/ucp/2.0/guides/images/deploy-app-ui-2.png                  | Bin 338828 -> 174086 bytes
 datacenter/ucp/2.0/guides/images/deploy-app-ui-3.png                  | Bin 290164 -> 132312 bytes
 datacenter/ucp/2.0/guides/images/deploy-app-ui-4.png                  | Bin 272945 -> 125711 bytes
 datacenter/ucp/2.0/guides/images/deploy-app-ui-5.png                  | Bin 231944 -> 105024 bytes
 datacenter/ucp/2.0/guides/images/deploy-app-ui-6.png                  | Bin 268723 -> 132230 bytes
 datacenter/ucp/2.0/guides/images/docker-hub-license.png               | Bin 143944 -> 75596 bytes
 datacenter/ucp/2.0/guides/images/docker-hub-settings.png              | Bin 73016 -> 38783 bytes
 datacenter/ucp/2.0/guides/images/dtr-integration-1.png                | Bin 109444 -> 63336 bytes
 datacenter/ucp/2.0/guides/images/dtr-integration-2.png                | Bin 97409 -> 55028 bytes
 datacenter/ucp/2.0/guides/images/install-production-1.png             | Bin 235351 -> 112898 bytes
 datacenter/ucp/2.0/guides/images/install-production-2.png             | Bin 211235 -> 90827 bytes
 datacenter/ucp/2.0/guides/images/install-production-3.png             | Bin 275381 -> 129299 bytes
 datacenter/ucp/2.0/guides/images/install-production-4.png             | Bin 245564 -> 109040 bytes
 datacenter/ucp/2.0/guides/images/ldap-integration-1.png               | Bin 278047 -> 131626 bytes
 datacenter/ucp/2.0/guides/images/license-ucp-1.png                    | Bin 382366 -> 199678 bytes
 datacenter/ucp/2.0/guides/images/license-ucp-2.png                    | Bin 242714 -> 112415 bytes
 datacenter/ucp/2.0/guides/images/monitor-ucp-1.png                    | Bin 228702 -> 99926 bytes
 datacenter/ucp/2.0/guides/images/monitor-ucp-2.png                    | Bin 228372 -> 99535 bytes
 datacenter/ucp/2.0/guides/images/monitor-ucp-3.png                    | Bin 403722 -> 196101 bytes
 datacenter/ucp/2.0/guides/images/multiple-replicas.png                | Bin 132958 -> 71260 bytes
 datacenter/ucp/2.0/guides/images/overview-1.png                       | Bin 285724 -> 137323 bytes
 datacenter/ucp/2.0/guides/images/overview-2.png                       | Bin 229752 -> 98745 bytes
 datacenter/ucp/2.0/guides/images/overview-3.png                       | Bin 233051 -> 100904 bytes
 datacenter/ucp/2.0/guides/images/scale-your-cluster-1.png             | Bin 211467 -> 91184 bytes
 datacenter/ucp/2.0/guides/images/scale-your-cluster-2.png             | Bin 276377 -> 128024 bytes
 datacenter/ucp/2.0/guides/images/scale-your-cluster-3.png             | Bin 229752 -> 98745 bytes
 datacenter/ucp/2.0/guides/images/scale-your-cluster-4.png             | Bin 284698 -> 138319 bytes
 datacenter/ucp/2.0/guides/images/troubleshoot-ucp-1.png               | Bin 403722 -> 196101 bytes
 datacenter/ucp/2.0/guides/images/use-externally-signed-certs-1.png    | Bin 176520 -> 68962 bytes
 datacenter/ucp/2.0/guides/images/use-externally-signed-certs-2.png    | Bin 265091 -> 125815 bytes
 datacenter/ucp/2.0/guides/images/web-based-access-1.png               | Bin 285724 -> 137323 bytes
 datacenter/ucp/2.0/guides/images/web-based-access-2.png               | Bin 233051 -> 100904 bytes
 docker-cloud/apps/images/autodestroy.png                              | Bin 63341 -> 36895 bytes
 docker-cloud/apps/images/autorestart.png                              | Bin 63361 -> 36883 bytes
 docker-cloud/apps/images/data-volumes-wizard.png                      | Bin 25909 -> 15731 bytes
 docker-cloud/apps/images/exposing-port.png                            | Bin 25851 -> 17317 bytes
 docker-cloud/apps/images/host-volumes-wizard.png                      | Bin 37334 -> 25639 bytes
 docker-cloud/apps/images/lbd-containers-start.png                     | Bin 121114 -> 82345 bytes
 docker-cloud/apps/images/lbd-endpoints.png                            | Bin 133973 -> 93667 bytes
 docker-cloud/apps/images/lbd-four-nodes.png                           | Bin 75759 -> 55672 bytes
 docker-cloud/apps/images/lbd-hello-world-jumpstart.png                | Bin 89445 -> 64461 bytes
 docker-cloud/apps/images/lbd-hostname-1.png                           | Bin 55085 -> 36937 bytes
 docker-cloud/apps/images/lbd-lb-conf.png                              | Bin 96369 -> 65322 bytes
 docker-cloud/apps/images/lbd-lb-endpoint.png                          | Bin 41584 -> 26676 bytes
 docker-cloud/apps/images/lbd-lb-envvar.png                            | Bin 118859 -> 83789 bytes
 docker-cloud/apps/images/lbd-lb-ports.png                             | Bin 35970 -> 24889 bytes
 docker-cloud/apps/images/lbd-node-wizard.png                          | Bin 68152 -> 46215 bytes
 docker-cloud/apps/images/lbd-web-conf.png                             | Bin 123113 -> 85405 bytes
 docker-cloud/apps/images/new-trigger-created.png                      | Bin 38763 -> 27845 bytes
 docker-cloud/apps/images/node-detail-tags.png                         | Bin 63676 -> 44231 bytes
 docker-cloud/apps/images/nodecluster-detail-tags.png                  | Bin 61249 -> 37352 bytes
 docker-cloud/apps/images/nodecluster-wizard-tags.png                  | Bin 47637 -> 35226 bytes
 docker-cloud/apps/images/ports-published.png                          | Bin 127473 -> 90028 bytes
 docker-cloud/apps/images/publishing-port.png                          | Bin 27881 -> 18962 bytes
 docker-cloud/apps/images/redeploy-service.png                         | Bin 51307 -> 33430 bytes
 docker-cloud/apps/images/revoke-trigger.png                           | Bin 39306 -> 26784 bytes
 docker-cloud/apps/images/service-before-scaling.png                   | Bin 101590 -> 73191 bytes
 docker-cloud/apps/images/service-during-scaling.png                   | Bin 125816 -> 88032 bytes
 docker-cloud/apps/images/service-links-diagram.png                    | Bin 38828 -> 23748 bytes
 docker-cloud/apps/images/service-wizard-autoredeploy.png              | Bin 53116 -> 34562 bytes
 docker-cloud/apps/images/service-wizard-scale.png                     | Bin 50564 -> 34401 bytes
 docker-cloud/apps/images/service-wizard-sequential-deployment.png     | Bin 44393 -> 31191 bytes
 docker-cloud/apps/images/service-wizard-tags.png                      | Bin 74821 -> 44764 bytes
 docker-cloud/apps/images/stack-create.png                             | Bin 88866 -> 62857 bytes
 docker-cloud/apps/images/stack-edit.png                               | Bin 39942 -> 25127 bytes
 docker-cloud/apps/images/triggers-tab-blank.png                       | Bin 14020 -> 9595 bytes
 docker-cloud/apps/images/volumes-from-wizard.png                      | Bin 32851 -> 22075 bytes
 docker-cloud/builds/images/build-cancelicon.png                       | Bin 18662 -> 10770 bytes
 docker-cloud/builds/images/build-dashboard.png                        | Bin 95539 -> 53723 bytes
 docker-cloud/builds/images/build-report.png                           | Bin 95410 -> 57495 bytes
 docker-cloud/builds/images/cancel-build.png                           | Bin 86751 -> 52714 bytes
 docker-cloud/builds/images/create-repository.png                      | Bin 61808 -> 45807 bytes
 docker-cloud/builds/images/edit-repository-builds.png                 | Bin 88577 -> 57300 bytes
 docker-cloud/builds/images/edit-repository.png                        | Bin 75949 -> 51473 bytes
 docker-cloud/builds/images/link-source-github-ind-revoke.png          | Bin 83161 -> 44693 bytes
 docker-cloud/builds/images/link-source-github-ind.png                 | Bin 79343 -> 49249 bytes
 docker-cloud/builds/images/link-source-github-org-lite.png            | Bin 98938 -> 59844 bytes
 docker-cloud/builds/images/link-source-github-org-revoke.png          | Bin 117420 -> 62100 bytes
 docker-cloud/builds/images/link-source-github-org.png                 | Bin 119493 -> 62986 bytes
 docker-cloud/builds/images/link-source-unlink-github.png              | Bin 14485 -> 7763 bytes
 docker-cloud/builds/images/private_image.png                          | Bin 28531 -> 17985 bytes
 docker-cloud/builds/images/repo-general.png                           | Bin 95992 -> 51914 bytes
 docker-cloud/builds/images/retry-build.png                            | Bin 95884 -> 61215 bytes
 docker-cloud/builds/images/scan-enable.png                            | Bin 41603 -> 23285 bytes
 docker-cloud/builds/images/scan-full-details.png                      | Bin 96240 -> 55179 bytes
 docker-cloud/builds/images/scan-single.png                            | Bin 57337 -> 33184 bytes
 docker-cloud/builds/images/scan-tags.png                              | Bin 39764 -> 21467 bytes
 docker-cloud/builds/images/scan-view.png                              | Bin 59442 -> 32918 bytes
 docker-cloud/builds/images/source-providers.png                       | Bin 50355 -> 35711 bytes
 docker-cloud/builds/images/third-party-images-modal.png               | Bin 44026 -> 26374 bytes
 docker-cloud/getting-started/images/create-first-service.png          | Bin 34655 -> 21164 bytes
 docker-cloud/getting-started/images/first-service-container-list.png  | Bin 88603 -> 57965 bytes
 docker-cloud/getting-started/images/first-service-container.png       | Bin 82920 -> 54905 bytes
 .../getting-started/images/first-service-create-and-deploy-button.png | Bin 10664 -> 7754 bytes
 docker-cloud/getting-started/images/first-service-ports.png           | Bin 24367 -> 17259 bytes
 docker-cloud/getting-started/images/first-service-timeline.png        | Bin 167775 -> 105827 bytes
 docker-cloud/getting-started/images/first-service-webpage.png         | Bin 38865 -> 24639 bytes
 docker-cloud/getting-started/images/first-service-wizard.png          | Bin 46451 -> 28431 bytes
 docker-cloud/getting-started/images/first_node.png                    | Bin 63027 -> 38350 bytes
 docker-cloud/images/Docker-Cloud-Blue.png                             | Bin 8600 -> 6268 bytes
 docker-cloud/images/cloud-build.png                                   | Bin 76448 -> 44342 bytes
 docker-cloud/images/cloud-clusters.png                                | Bin 49771 -> 28247 bytes
 docker-cloud/images/cloud-stack.png                                   | Bin 88866 -> 62857 bytes
 docker-cloud/images/slack-notification-updates.png                    | Bin 37832 -> 22733 bytes
 docker-cloud/images/slack-oauth-authorize.png                         | Bin 27238 -> 19351 bytes
 docker-cloud/infrastructure/images/aws-iam-role-1.png                 | Bin 108997 -> 61856 bytes
 docker-cloud/infrastructure/images/aws-iam-role-2.png                 | Bin 116826 -> 70552 bytes
 docker-cloud/infrastructure/images/aws-link-account.png               | Bin 77991 -> 56169 bytes
 docker-cloud/infrastructure/images/aws-modal.png                      | Bin 67754 -> 38574 bytes
 docker-cloud/infrastructure/images/azure-link-account.png             | Bin 66650 -> 43936 bytes
 docker-cloud/infrastructure/images/azure-link-modal.png               | Bin 50583 -> 29090 bytes
 docker-cloud/infrastructure/images/azure-portal-subscriptions.png     | Bin 161170 -> 111917 bytes
 docker-cloud/infrastructure/images/azure-upload-certificate.png       | Bin 24563 -> 15360 bytes
 docker-cloud/infrastructure/images/do-approve-access.png              | Bin 42139 -> 25294 bytes
 docker-cloud/infrastructure/images/do-link-account.png                | Bin 66427 -> 44324 bytes
 docker-cloud/infrastructure/images/do-login-screen.png                | Bin 44046 -> 30944 bytes
 docker-cloud/infrastructure/images/get-node-ip.png                    | Bin 70435 -> 46364 bytes
 docker-cloud/infrastructure/images/node-byoh-wizard-v2.png            | Bin 78235 -> 46596 bytes
 docker-cloud/infrastructure/images/packet-add-apikey.png              | Bin 57417 -> 40758 bytes
 docker-cloud/infrastructure/images/packet-link-account.png            | Bin 66718 -> 44354 bytes
 docker-cloud/infrastructure/images/softlayer-link-account.png         | Bin 63530 -> 41326 bytes
 docker-cloud/infrastructure/images/softlayer-modal.png                | Bin 42355 -> 22849 bytes
 docker-cloud/infrastructure/images/softlayer-step-1.png               | Bin 49428 -> 27989 bytes
 docker-cloud/infrastructure/images/softlayer-step-2.png               | Bin 156885 -> 92779 bytes
 docker-cloud/infrastructure/images/softlayer-step-6.png               | Bin 71890 -> 52890 bytes
 docker-cloud/infrastructure/images/softlayer-step-7.png               | Bin 32118 -> 19102 bytes
 docker-cloud/infrastructure/images/upgrade-message.png                | Bin 21768 -> 13849 bytes
 docker-for-mac/images/About.png                                       | Bin 55964 -> 55745 bytes
 docker-for-mac/images/changelog-placeholder.png                       | Bin 329174 -> 324332 bytes
 docker-for-mac/images/chat.png                                        | Bin 234 -> 148 bytes
 docker-for-mac/images/console_logs.png                                | Bin 113241 -> 111161 bytes
 docker-for-mac/images/console_logs_search.png                         | Bin 24336 -> 24126 bytes
 docker-for-mac/images/diagnose-d4mac-issues-template.png              | Bin 136930 -> 112486 bytes
 docker-for-mac/images/diagnose-id-forums.png                          | Bin 137780 -> 87235 bytes
 docker-for-mac/images/diagnose-issue.png                              | Bin 122705 -> 119737 bytes
 docker-for-mac/images/diagnose.png                                    | Bin 81334 -> 80889 bytes
 docker-for-mac/images/diagnostic-forums-topic.png                     | Bin 106664 -> 84604 bytes
 docker-for-mac/images/docker-app-drag.png                             | Bin 91209 -> 90326 bytes
 docker-for-mac/images/docker-app-in-apps-no-annotation.png            | Bin 144844 -> 144610 bytes
 docker-for-mac/images/docker-app-in-apps.png                          | Bin 146365 -> 146163 bytes
 docker-for-mac/images/docker-app-log.png                              | Bin 73288 -> 72591 bytes
 docker-for-mac/images/docker-app.png                                  | Bin 141912 -> 141208 bytes
 docker-for-mac/images/docker-for-mac-and-toolbox.png                  | Bin 212272 -> 157269 bytes
 docker-for-mac/images/docker-for-mac-install.png                      | Bin 108709 -> 79739 bytes
 docker-for-mac/images/download.png                                    | Bin 2751 -> 2735 bytes
 docker-for-mac/images/hello-world-nginx.png                           | Bin 52072 -> 51610 bytes
 docker-for-mac/images/hello-world.png                                 | Bin 107637 -> 54383 bytes
 docker-for-mac/images/hockeyapp-docker.png                            | Bin 68755 -> 50486 bytes
 docker-for-mac/images/log-files-finder.png                            | Bin 101485 -> 101081 bytes
 docker-for-mac/images/logs.png                                        | Bin 28992 -> 28857 bytes
 docker-for-mac/images/mac-activity-monitor-docker-app.png             | Bin 52587 -> 51798 bytes
 docker-for-mac/images/mac-install-success-docker-ps.png               | Bin 60613 -> 40878 bytes
 docker-for-mac/images/mac-install-success-docker-wait.png             | Bin 34327 -> 34159 bytes
 docker-for-mac/images/menu.png                                        | Bin 30682 -> 30622 bytes
 docker-for-mac/images/privacy.png                                     | Bin 43511 -> 43357 bytes
 docker-for-mac/images/proxy-settings.png                              | Bin 199716 -> 92101 bytes
 docker-for-mac/images/remove-app-instances.png                        | Bin 70451 -> 69741 bytes
 docker-for-mac/images/settings-advanced-beta.png                      | Bin 36033 -> 35928 bytes
 docker-for-mac/images/settings-advanced-experimental-beta.png         | Bin 60162 -> 40733 bytes
 docker-for-mac/images/settings-advanced.png                           | Bin 35549 -> 35153 bytes
 docker-for-mac/images/settings-beta.png                               | Bin 45785 -> 45680 bytes
 docker-for-mac/images/settings-daemon-beta.png                        | Bin 41356 -> 41213 bytes
 docker-for-mac/images/settings-diagnose-id.png                        | Bin 84842 -> 84232 bytes
 docker-for-mac/images/settings-diagnose.png                           | Bin 98261 -> 59818 bytes
 docker-for-mac/images/settings-diagnostic-results-only.png            | Bin 133120 -> 83418 bytes
 docker-for-mac/images/settings-file-share-choose.png                  | Bin 35571 -> 35331 bytes
 docker-for-mac/images/settings-file-share.png                         | Bin 38254 -> 37987 bytes
 docker-for-mac/images/settings-proxies-beta.png                       | Bin 45463 -> 45320 bytes
 docker-for-mac/images/settings-uninstall.png                          | Bin 33511 -> 33415 bytes
 docker-for-mac/images/settings.png                                    | Bin 42623 -> 42448 bytes
 docker-for-mac/images/startup-help.png                                | Bin 68548 -> 48124 bytes
 docker-for-mac/images/toolbox-install.png                             | Bin 125634 -> 92230 bytes
 docker-for-mac/images/whale-in-menu-bar.png                           | Bin 15385 -> 9952 bytes
 docker-for-mac/images/whale-x.png                                     | Bin 6807 -> 6623 bytes
 docker-for-mac/images/whale.png                                       | Bin 7315 -> 6683 bytes
 docker-for-windows/images/Config-popup.png                            | Bin 464446 -> 334835 bytes
 docker-for-windows/images/Docker-win-settings.png                     | Bin 128185 -> 126270 bytes
 docker-for-windows/images/PowerShell-as-admin.png                     | Bin 891507 -> 674850 bytes
 docker-for-windows/images/Start-Authorize.png                         | Bin 49238 -> 48798 bytes
 docker-for-windows/images/Start-init.png                              | Bin 37531 -> 37324 bytes
 docker-for-windows/images/about-docker-win.png                        | Bin 35903 -> 26451 bytes
 docker-for-windows/images/chat.png                                    | Bin 234 -> 148 bytes
 docker-for-windows/images/config-popup-menu-win-switch-containers.png | Bin 259263 -> 202589 bytes
 docker-for-windows/images/config-popup-menu-win.png                   | Bin 263135 -> 208588 bytes
 docker-for-windows/images/desktop-whale-icon.png                      | Bin 30863 -> 30745 bytes
 docker-for-windows/images/diagnose-d4win-issues-template.png          | Bin 145879 -> 114786 bytes
 docker-for-windows/images/diagnose-feedback-id-win.png                | Bin 154865 -> 128087 bytes
 docker-for-windows/images/diagnose-feedback-win.png                   | Bin 127510 -> 103604 bytes
 docker-for-windows/images/docker-daemon.png                           | Bin 67277 -> 51371 bytes
 docker-for-windows/images/docker-daemon_advanced.png                  | Bin 72797 -> 50703 bytes
 docker-for-windows/images/docker-daemon_basic.png                     | Bin 63339 -> 43232 bytes
 docker-for-windows/images/docker-is-running.png                       | Bin 18112 -> 18034 bytes
 docker-for-windows/images/download.png                                | Bin 2751 -> 2735 bytes
 docker-for-windows/images/drive_sharing_firewall_blocked.png          | Bin 41865 -> 32713 bytes
 docker-for-windows/images/hyper-v-message.png                         | Bin 38432 -> 21378 bytes
 docker-for-windows/images/import-docker-content.png                   | Bin 43278 -> 43192 bytes
 docker-for-windows/images/installer-allow.png                         | Bin 12075 -> 11975 bytes
 docker-for-windows/images/installer-finishes.png                      | Bin 34913 -> 34730 bytes
 docker-for-windows/images/installer-in-downloads.png                  | Bin 18193 -> 18149 bytes
 docker-for-windows/images/installer-license-ok.png                    | Bin 29592 -> 29388 bytes
 docker-for-windows/images/installer-license-show.png                  | Bin 93309 -> 91548 bytes
 docker-for-windows/images/installer-progress-bar.png                  | Bin 12245 -> 12127 bytes
 docker-for-windows/images/proxies.png                                 | Bin 93101 -> 72034 bytes
 docker-for-windows/images/run-nginx.png                               | Bin 9837 -> 9763 bytes
 docker-for-windows/images/settings-cpu-ram.png                        | Bin 41892 -> 26887 bytes
 docker-for-windows/images/settings-docker-win.png                     | Bin 87037 -> 71676 bytes
 docker-for-windows/images/settings-general.png                        | Bin 104144 -> 82400 bytes
 docker-for-windows/images/settings-kernel.png                         | Bin 61963 -> 61674 bytes
 docker-for-windows/images/settings-network.png                        | Bin 92402 -> 70335 bytes
 docker-for-windows/images/settings-reset.png                          | Bin 62642 -> 44495 bytes
 docker-for-windows/images/settings-shared-drives.png                  | Bin 40038 -> 23248 bytes
 docker-for-windows/images/settings-toolbox-import.png                 | Bin 74431 -> 74277 bytes
 docker-for-windows/images/submit-token.png                            | Bin 15136 -> 15069 bytes
 docker-for-windows/images/whale-systray.png                           | Bin 341510 -> 332388 bytes
 docker-for-windows/images/whale-x.png                                 | Bin 6807 -> 6623 bytes
 docker-for-windows/images/win-file-and-printer-sharing.png            | Bin 57166 -> 35030 bytes
 docker-for-windows/images/win-install-success-hello-world.png         | Bin 87199 -> 72869 bytes
 docker-for-windows/images/win-install-success-popup.png               | Bin 95849 -> 78569 bytes
 docker-for-windows/images/win-install-success.png                     | Bin 198270 -> 160034 bytes
 docker-for-windows/images/win-virtualization-enabled.png              | Bin 37680 -> 14240 bytes
 docker-hub/images/add-authorized-github-service.png                   | Bin 96402 -> 56244 bytes
 docker-hub/images/authorized-services.png                             | Bin 59861 -> 36571 bytes
 docker-hub/images/bitbucket-hook.png                                  | Bin 116986 -> 87399 bytes
 docker-hub/images/bitbucket_creds.png                                 | Bin 65468 -> 29853 bytes
 docker-hub/images/build-by.png                                        | Bin 77866 -> 38201 bytes
 docker-hub/images/build-states-ex.png                                 | Bin 87135 -> 47818 bytes
 docker-hub/images/build-trigger.png                                   | Bin 197404 -> 89529 bytes
 docker-hub/images/busybox-image-tags.png                              | Bin 48361 -> 30250 bytes
 docker-hub/images/create-dialog.png                                   | Bin 99706 -> 65368 bytes
 docker-hub/images/create-dialog1.png                                  | Bin 45810 -> 29145 bytes
 docker-hub/images/dashboard.png                                       | Bin 122543 -> 79934 bytes
 docker-hub/images/deploy_key.png                                      | Bin 47680 -> 47229 bytes
 docker-hub/images/docker-integration.png                              | Bin 81009 -> 54781 bytes
 docker-hub/images/first_pending.png                                   | Bin 104345 -> 48526 bytes
 docker-hub/images/getting-started.png                                 | Bin 71070 -> 49420 bytes
 docker-hub/images/gh-check-admin-org-dh-app-access.png                | Bin 31529 -> 28630 bytes
 docker-hub/images/gh-check-user-org-dh-app-access.png                 | Bin 38325 -> 37132 bytes
 docker-hub/images/gh_add_ssh_user_key.png                             | Bin 38074 -> 36287 bytes
 docker-hub/images/gh_docker-service.png                               | Bin 40419 -> 40240 bytes
 docker-hub/images/gh_menu.png                                         | Bin 5678 -> 5625 bytes
 docker-hub/images/gh_org_members.png                                  | Bin 26612 -> 25733 bytes
 docker-hub/images/gh_repo_deploy_key.png                              | Bin 32315 -> 32198 bytes
 docker-hub/images/gh_service_hook.png                                 | Bin 19831 -> 19703 bytes
 docker-hub/images/gh_settings.png                                     | Bin 4849 -> 4764 bytes
 docker-hub/images/gh_team_members.png                                 | Bin 35907 -> 35597 bytes
 docker-hub/images/github-side-hook.png                                | Bin 35750 -> 24962 bytes
 docker-hub/images/groups.png                                          | Bin 41034 -> 25612 bytes
 docker-hub/images/home-page.png                                       | Bin 113148 -> 63466 bytes
 docker-hub/images/hub.png                                             | Bin 66345 -> 39794 bytes
 docker-hub/images/invite.png                                          | Bin 40459 -> 36628 bytes
 docker-hub/images/linked-acct.png                                     | Bin 108953 -> 58965 bytes
 docker-hub/images/login-web.png                                       | Bin 594452 -> 438851 bytes
 docker-hub/images/merge_builds.png                                    | Bin 100052 -> 70791 bytes
 docker-hub/images/org-repo-collaborators.png                          | Bin 59489 -> 37322 bytes
 docker-hub/images/orgs.png                                            | Bin 28202 -> 17756 bytes
 docker-hub/images/plus-carrot.png                                     | Bin 459 -> 239 bytes
 docker-hub/images/prompt.png                                          | Bin 51649 -> 26312 bytes
 docker-hub/images/regex-help.png                                      | Bin 57818 -> 37250 bytes
 docker-hub/images/register-web.png                                    | Bin 128865 -> 76149 bytes
 docker-hub/images/repo_links.png                                      | Bin 18407 -> 8410 bytes
 docker-hub/images/repos.png                                           | Bin 66345 -> 39794 bytes
 docker-hub/images/scan-results.png                                    | Bin 55276 -> 27259 bytes
 docker-hub/images/scan-tags.png                                       | Bin 102248 -> 48636 bytes
 docker-id/images/login-cloud.png                                      | Bin 30506 -> 17517 bytes
 docker-store/images/store-browse.png                                  | Bin 134208 -> 98789 bytes
 docker-store/images/store-get.png                                     | Bin 101300 -> 72183 bytes
 docker-store/images/store-pullcmd.png                                 | Bin 33513 -> 23323 bytes
 docker-store/images/store-search.png                                  | Bin 86115 -> 58481 bytes
 engine/admin/b2d_volume_images/add_cd.png                             | Bin 27607 -> 27395 bytes
 engine/admin/b2d_volume_images/add_new_controller.png                 | Bin 36100 -> 36028 bytes
 engine/admin/b2d_volume_images/add_volume.png                         | Bin 30506 -> 30330 bytes
 engine/admin/b2d_volume_images/boot_order.png                         | Bin 28432 -> 28316 bytes
 engine/admin/b2d_volume_images/gparted.png                            | Bin 77989 -> 77509 bytes
 engine/admin/b2d_volume_images/gparted2.png                           | Bin 71561 -> 70812 bytes
 engine/article-img/engine-components-flow.png                         | Bin 35282 -> 18048 bytes
 engine/examples/couchbase/web-console.png                             | Bin 162338 -> 146446 bytes
 engine/getstarted/tutimg/add_repository.png                           | Bin 6633 -> 5332 bytes
 engine/getstarted/tutimg/browse_and_search.png                        | Bin 17969 -> 14622 bytes
 engine/getstarted/tutimg/container_explainer.png                      | Bin 17618 -> 7460 bytes
 engine/getstarted/tutimg/hub_signup.png                               | Bin 37999 -> 32198 bytes
 engine/getstarted/tutimg/image_found.png                              | Bin 71399 -> 38474 bytes
 engine/getstarted/tutimg/line_one.png                                 | Bin 17357 -> 10671 bytes
 engine/getstarted/tutimg/new_image.png                                | Bin 70306 -> 37109 bytes
 engine/getstarted/tutimg/tagger.png                                   | Bin 26665 -> 15941 bytes
 engine/getstarted/tutimg/whale_repo.png                               | Bin 139133 -> 74211 bytes
 engine/installation/images/bad_host.png                               | Bin 27367 -> 26404 bytes
 engine/installation/images/cool_view.png                              | Bin 24385 -> 23493 bytes
 engine/installation/images/ec2-ubuntu.png                             | Bin 238001 -> 235265 bytes
 engine/installation/images/ec2_instance_details.png                   | Bin 187842 -> 185991 bytes
 engine/installation/images/ec2_instance_type.png                      | Bin 145409 -> 144870 bytes
 engine/installation/images/ec2_launch_instance.png                    | Bin 234843 -> 233719 bytes
 engine/installation/images/kitematic.png                              | Bin 14191 -> 12974 bytes
 engine/installation/images/mac-page-finished.png                      | Bin 158534 -> 135419 bytes
 engine/installation/images/mac-page-two.png                           | Bin 140504 -> 117769 bytes
 engine/installation/images/mac-password-prompt.png                    | Bin 30903 -> 21500 bytes
 engine/installation/images/mac-success.png                            | Bin 28755 -> 16163 bytes
 engine/installation/images/mac-welcome-page.png                       | Bin 155430 -> 131564 bytes
 engine/installation/images/my-docker-vm.png                           | Bin 136985 -> 116051 bytes
 engine/installation/images/newsite_view.png                           | Bin 21403 -> 21212 bytes
 engine/installation/images/nginx-webserver.png                        | Bin 82642 -> 60240 bytes
 engine/installation/images/ocean_click_api.png                        | Bin 37127 -> 36920 bytes
 engine/installation/images/ocean_droplet.png                          | Bin 26453 -> 26314 bytes
 engine/installation/images/ocean_droplet_ubuntu.png                   | Bin 26811 -> 26652 bytes
 engine/installation/images/ocean_gen_token.png                        | Bin 42803 -> 42389 bytes
 engine/installation/images/ocean_save_token.png                       | Bin 51520 -> 51059 bytes
 engine/installation/images/ocean_token_create.png                     | Bin 57138 -> 56838 bytes
 engine/installation/images/virtualization.png                         | Bin 59249 -> 26309 bytes
 engine/installation/images/win-page-6.png                             | Bin 88115 -> 62729 bytes
 engine/installation/images/win-welcome.png                            | Bin 94143 -> 69261 bytes
 engine/installation/images/win_ver.png                                | Bin 50312 -> 23600 bytes
 engine/installation/images/windows-boot2docker-cmd.png                | Bin 37436 -> 16046 bytes
 engine/installation/images/windows-boot2docker-powershell.png         | Bin 37945 -> 26245 bytes
 engine/installation/images/windows-boot2docker-start.png              | Bin 75786 -> 75678 bytes
 engine/installation/images/windows-finish.png                         | Bin 119402 -> 89622 bytes
 engine/security/trust/images/tag_signing.png                          | Bin 74416 -> 37426 bytes
 engine/security/trust/images/trust_components.png                     | Bin 124071 -> 70495 bytes
 engine/security/trust/images/trust_signing.png                        | Bin 71621 -> 36876 bytes
 engine/security/trust/images/trust_view.png                           | Bin 59533 -> 30551 bytes
 engine/static_files/contributors.png                                  | Bin 23100 -> 15694 bytes
 engine/static_files/docker-logo-compressed.png                        | Bin 4972 -> 4744 bytes
 engine/static_files/docker_push_chart.png                             | Bin 8700 -> 8669 bytes
 engine/static_files/dockerlogo-v.png                                  | Bin 9670 -> 9178 bytes
 engine/swarm/images/ingress-lb.png                                    | Bin 140300 -> 71717 bytes
 engine/swarm/images/ingress-routing-mesh.png                          | Bin 118815 -> 61615 bytes
 engine/swarm/images/replicated-vs-global.png                          | Bin 88842 -> 50787 bytes
 engine/swarm/images/service-lifecycle.png                             | Bin 138942 -> 67452 bytes
 engine/swarm/images/service-vip.png                                   | Bin 60439 -> 31368 bytes
 engine/swarm/images/services-diagram.png                              | Bin 122146 -> 86893 bytes
 engine/swarm/images/swarm-diagram.png                                 | Bin 182879 -> 128448 bytes
 engine/swarm/images/tls.png                                           | Bin 69747 -> 37751 bytes
 engine/tutorials/search.png                                           | Bin 17923 -> 17801 bytes
 engine/tutorials/webapp1.png                                          | Bin 13345 -> 13304 bytes
 engine/userguide/networking/images/bridge_network.png                 | Bin 15878 -> 8966 bytes
 engine/userguide/networking/images/engine_on_net.png                  | Bin 14032 -> 7799 bytes
 engine/userguide/networking/images/key_value.png                      | Bin 12898 -> 7346 bytes
 engine/userguide/networking/images/macvlan-bridge-ipvlan-l2.png       | Bin 14527 -> 14132 bytes
 engine/userguide/networking/images/macvlan_bridge_simple.png          | Bin 22392 -> 19579 bytes
 engine/userguide/networking/images/multi_tenant_8021q_vlans.png       | Bin 17879 -> 17145 bytes
 engine/userguide/networking/images/network_access.png                 | Bin 30649 -> 18016 bytes
 engine/userguide/networking/images/overlay-network-final.png          | Bin 28072 -> 17362 bytes
 engine/userguide/networking/images/overlay_network.png                | Bin 23276 -> 13983 bytes
 engine/userguide/networking/images/working.png                        | Bin 18319 -> 10391 bytes
 engine/userguide/storagedriver/images/btfs_layers.png                 | Bin 69487 -> 69352 bytes
 engine/userguide/storagedriver/images/driver-pros-cons.png            | Bin 105762 -> 39098 bytes
 favicons/apple-touch-icon-114x114.png                                 | Bin 8640 -> 7640 bytes
 favicons/apple-touch-icon-120x120.png                                 | Bin 9126 -> 8207 bytes
 favicons/apple-touch-icon-57x57.png                                   | Bin 3365 -> 2793 bytes
 favicons/apple-touch-icon-60x60.png                                   | Bin 3608 -> 3015 bytes
 favicons/apple-touch-icon-72x72.png                                   | Bin 4574 -> 3870 bytes
 favicons/apple-touch-icon-76x76.png                                   | Bin 4974 -> 4280 bytes
 favicons/favicon-16x16.png                                            | Bin 973 -> 528 bytes
 favicons/favicon-32x32.png                                            | Bin 1742 -> 1340 bytes
 favicons/favicon-96x96.png                                            | Bin 6655 -> 5876 bytes
 images/Cloud_icon.png                                                 | Bin 2574 -> 1777 bytes
 images/Compose.png                                                    | Bin 240192 -> 160259 bytes
 images/Compose_icon.png                                               | Bin 981 -> 146 bytes
 images/Engine_icon.png                                                | Bin 6183 -> 3510 bytes
 images/Engine_icon_0.png                                              | Bin 6183 -> 3510 bytes
 images/Hub_icon.png                                                   | Bin 3784 -> 2359 bytes
 images/Hub_icon_0.png                                                 | Bin 3784 -> 2359 bytes
 images/Kitematic_icon.png                                             | Bin 2684 -> 1473 bytes
 images/Machine_icon.png                                               | Bin 5399 -> 3275 bytes
 images/Swarm_icon.png                                                 | Bin 2697 -> 1364 bytes
 images/Trusted_Registry_icon.png                                      | Bin 1131 -> 216 bytes
 images/UCP_icon.png                                                   | Bin 2126 -> 967 bytes
 images/banner_image_24512.png                                         | Bin 8940 -> 7867 bytes
 images/banner_image_24514.png                                         | Bin 9509 -> 8413 bytes
 images/banner_image_24515.png                                         | Bin 9530 -> 8419 bytes
 images/chat.png                                                       | Bin 234 -> 148 bytes
 images/docker-friends.png                                             | Bin 174991 -> 164212 bytes
 images/docker_compose_demo_image.png                                  | Bin 259286 -> 238104 bytes
 images/docker_compose_demo_image2.png                                 | Bin 138212 -> 124963 bytes
 images/docker_icon.png                                                | Bin 1869 -> 1260 bytes
 images/down.png                                                       | Bin 349 -> 266 bytes
 images/download-mac.png                                               | Bin 10656 -> 7439 bytes
 images/download-win.png                                               | Bin 13744 -> 9870 bytes
 images/download.png                                                   | Bin 2751 -> 2735 bytes
 images/favicon.png                                                    | Bin 1475 -> 1406 bytes
 images/footer_moby_icon.png                                           | Bin 9124 -> 7102 bytes
 images/icon-apple@2X.png                                              | Bin 3696 -> 2148 bytes
 images/icon-cloud@2X.png                                              | Bin 2856 -> 1427 bytes
 images/icon-compose@2X.png                                            | Bin 1223 -> 144 bytes
 images/icon-engine@2X.png                                             | Bin 5670 -> 3338 bytes
 images/icon-hub@2X.png                                                | Bin 3887 -> 2097 bytes
 images/icon-linux@2X.png                                              | Bin 4600 -> 2929 bytes
 images/icon-machine@2X.png                                            | Bin 5123 -> 3203 bytes
 images/icon-registry@2X.png                                           | Bin 1337 -> 213 bytes
 images/icon-ucp@2X.png                                                | Bin 2395 -> 954 bytes
 images/icon-windows@2X.png                                            | Bin 2977 -> 1897 bytes
 images/logo-docker-main.png                                           | Bin 8707 -> 4838 bytes
 images/logo-docker-main2.png                                          | Bin 11288 -> 6290 bytes
 images/placeholder_24517_13.png                                       | Bin 526 -> 318 bytes
 images/search-icon.png                                                | Bin 1425 -> 492 bytes
 images/small-linux.png                                                | Bin 4585 -> 2980 bytes
 images/small-mac.png                                                  | Bin 3737 -> 2146 bytes
 images/small-windows.png                                              | Bin 3024 -> 1938 bytes
 images/social_icons_24518.png                                         | Bin 4874 -> 3051 bytes
 images/top_navigation_bg.png                                          | Bin 671 -> 550 bytes
 images/top_navigation_bg_12311.png                                    | Bin 943 -> 765 bytes
 images/top_navigation_bg_2.png                                        | Bin 1347 -> 1099 bytes
 images/up.png                                                         | Bin 356 -> 269 bytes
 images/whale-x.png                                                    | Bin 6807 -> 6623 bytes
 kitematic/images/browse-images.png                                    | Bin 166445 -> 107437 bytes
 kitematic/images/change-folder.png                                    | Bin 120428 -> 70805 bytes
 kitematic/images/cli-access-button.png                                | Bin 169770 -> 97314 bytes
 kitematic/images/cli-redis-container.png                              | Bin 122724 -> 72891 bytes
 kitematic/images/cli-terminal.png                                     | Bin 115144 -> 60541 bytes
 kitematic/images/containers.png                                       | Bin 165067 -> 106791 bytes
 kitematic/images/installing.png                                       | Bin 140073 -> 96918 bytes
 kitematic/images/minecraft-add-server.png                             | Bin 123562 -> 52130 bytes
 kitematic/images/minecraft-create.png                                 | Bin 414579 -> 283517 bytes
 kitematic/images/minecraft-data-volume.png                            | Bin 578695 -> 436697 bytes
 kitematic/images/minecraft-login.png                                  | Bin 464350 -> 266954 bytes
 kitematic/images/minecraft-map.png                                    | Bin 245493 -> 148455 bytes
 kitematic/images/minecraft-port.png                                   | Bin 568821 -> 428693 bytes
 kitematic/images/minecraft-restart.png                                | Bin 580856 -> 438830 bytes
 kitematic/images/minecraft-server-address.png                         | Bin 126771 -> 54861 bytes
 kitematic/images/nginx-2048-files.png                                 | Bin 120932 -> 74421 bytes
 kitematic/images/nginx-2048.png                                       | Bin 104855 -> 65548 bytes
 kitematic/images/nginx-create.png                                     | Bin 166445 -> 107437 bytes
 kitematic/images/nginx-data-folder.png                                | Bin 75979 -> 46738 bytes
 kitematic/images/nginx-data-volume.png                                | Bin 128311 -> 74904 bytes
 kitematic/images/nginx-hello-world.png                                | Bin 70340 -> 42469 bytes
 kitematic/images/nginx-preview.png                                    | Bin 116999 -> 68849 bytes
 kitematic/images/nginx-serving-2048.png                               | Bin 176274 -> 104265 bytes
 kitematic/images/rethink-container.png                                | Bin 163873 -> 102010 bytes
 kitematic/images/rethink-create.png                                   | Bin 167755 -> 108431 bytes
 kitematic/images/rethink-ports.png                                    | Bin 81699 -> 47260 bytes
 kitematic/images/rethinkdb-preview.png                                | Bin 182017 -> 109719 bytes
 kitematic/images/volumes-dir.png                                      | Bin 167374 -> 106867 bytes
 machine/img/aws-instance-east.png                                     | Bin 356538 -> 211669 bytes
 machine/img/aws-instance-west.png                                     | Bin 318626 -> 197186 bytes
 machine/img/coverage.png                                              | Bin 198126 -> 93212 bytes
 machine/img/docker-engine.png                                         | Bin 18423 -> 9713 bytes
 machine/img/engine.png                                                | Bin 18423 -> 9713 bytes
 machine/img/hyperv-manager.png                                        | Bin 322409 -> 234428 bytes
 machine/img/hyperv-network-switch.png                                 | Bin 383859 -> 278570 bytes
 machine/img/logo.png                                                  | Bin 118297 -> 87283 bytes
 machine/img/machine-mac-win.png                                       | Bin 14832 -> 10009 bytes
 machine/img/machine.png                                               | Bin 56749 -> 38732 bytes
 machine/img/nginx-webserver.png                                       | Bin 82642 -> 60240 bytes
 machine/img/ocean_click_api.png                                       | Bin 37127 -> 36920 bytes
 machine/img/ocean_droplet.png                                         | Bin 26453 -> 26314 bytes
 machine/img/ocean_gen_token.png                                       | Bin 42803 -> 42389 bytes
 machine/img/ocean_save_token.png                                      | Bin 51520 -> 51059 bytes
 machine/img/ocean_token_create.png                                    | Bin 57138 -> 56838 bytes
 machine/img/provision-use-case.png                                    | Bin 24478 -> 14424 bytes
 notary/images/trust-pinning-flow.png                                  | Bin 63615 -> 47087 bytes
 opensource/images/bonus.png                                           | Bin 65173 -> 43524 bytes
 opensource/images/docker-friends.png                                  | Bin 227960 -> 221276 bytes
 opensource/images/irc_after_login.png                                 | Bin 64082 -> 63945 bytes
 opensource/images/irc_chat.png                                        | Bin 70307 -> 70121 bytes
 opensource/images/irc_connect.png                                     | Bin 18065 -> 17934 bytes
 opensource/images/irc_login.png                                       | Bin 19418 -> 19323 bytes
 opensource/images/irccloud-join.png                                   | Bin 12613 -> 12475 bytes
 opensource/images/irccloud-register-nick.png                          | Bin 113081 -> 112902 bytes
 opensource/images/register_email.png                                  | Bin 52854 -> 31410 bytes
 opensource/images/register_nic.png                                    | Bin 61172 -> 60991 bytes
 opensource/images/triage-label.png                                    | Bin 19643 -> 12121 bytes
 opensource/images/tutorials.png                                       | Bin 53899 -> 37719 bytes
 opensource/kitematic/images/gui-no-id.png                             | Bin 85323 -> 45467 bytes
 opensource/kitematic/images/gui-splash-hub.png                        | Bin 212056 -> 124996 bytes
 opensource/kitematic/images/kitematic_gui_container_id.png            | Bin 90715 -> 46911 bytes
 opensource/kitematic/images/list_open_issues.png                      | Bin 110739 -> 53141 bytes
 opensource/kitematic/images/pr_commits_expected.png                   | Bin 96436 -> 51300 bytes
 opensource/kitematic/images/pr_compare.png                            | Bin 95522 -> 52753 bytes
 opensource/kitematic/images/pr_describe_issue.png                     | Bin 70414 -> 40905 bytes
 opensource/kitematic/images/pr_latest_commits.png                     | Bin 62194 -> 61422 bytes
 opensource/kitematic/images/pr_pull_request_made.png                  | Bin 129759 -> 76388 bytes
 opensource/kitematic/images/settings-code-example.png                 | Bin 311989 -> 170923 bytes
 opensource/project/images/box.png                                     | Bin 151 -> 150 bytes
 opensource/project/images/branch-sig.png                              | Bin 56572 -> 56537 bytes
 opensource/project/images/contributor-edit.png                        | Bin 17983 -> 17933 bytes
 opensource/project/images/copy_url.png                                | Bin 69751 -> 69486 bytes
 opensource/project/images/fork_docker.png                             | Bin 52505 -> 52190 bytes
 opensource/project/images/fresh_container.png                         | Bin 20800 -> 20703 bytes
 opensource/project/images/git_bash.png                                | Bin 39522 -> 26097 bytes
 opensource/project/images/give_try.png                                | Bin 65245 -> 64627 bytes
 opensource/project/images/in_room.png                                 | Bin 46882 -> 46782 bytes
 opensource/project/images/include_gcc.png                             | Bin 16446 -> 12079 bytes
 opensource/project/images/list_example.png                            | Bin 78439 -> 51194 bytes
 opensource/project/images/path_variable.png                           | Bin 59864 -> 41981 bytes
 opensource/project/images/red_notice.png                              | Bin 45387 -> 45244 bytes
 opensource/project/images/three_running.png                           | Bin 44708 -> 44440 bytes
 opensource/project/images/three_terms.png                             | Bin 47033 -> 46891 bytes
 opensource/project/images/windows-env-vars.png                        | Bin 49973 -> 49860 bytes
 opensource/project/images/windows-mingw.png                           | Bin 58362 -> 58142 bytes
 opensource/workflow/images/commits_expected.png                       | Bin 60173 -> 59826 bytes
 opensource/workflow/images/easy_issue.png                             | Bin 30640 -> 30586 bytes
 opensource/workflow/images/existing_issue.png                         | Bin 24560 -> 24436 bytes
 opensource/workflow/images/fixes_num.png                              | Bin 41619 -> 41376 bytes
 opensource/workflow/images/issue_list.png                             | Bin 113789 -> 112362 bytes
 opensource/workflow/images/latest_commits.png                         | Bin 62194 -> 61422 bytes
 opensource/workflow/images/proposal.png                               | Bin 37907 -> 37708 bytes
 opensource/workflow/images/pull_request_made.png                      | Bin 58925 -> 58715 bytes
 opensource/workflow/images/to_from_pr.png                             | Bin 33858 -> 33706 bytes
 registry/images/notifications.png                                     | Bin 37836 -> 20961 bytes
 registry/images/v2-registry-auth.png                                  | Bin 12590 -> 11063 bytes
 swarm/images/app-architecture.png                                     | Bin 39330 -> 21909 bytes
 swarm/images/final-result.png                                         | Bin 57328 -> 30930 bytes
 swarm/images/swarm-cluster-arch.png                                   | Bin 37488 -> 20113 bytes
 swarm/images/virtual-box.png                                          | Bin 107054 -> 70428 bytes
 swarm/images/vote-app-test.png                                        | Bin 57371 -> 39063 bytes
 swarm/images/vpc-create-1.png                                         | Bin 84417 -> 48249 bytes
 swarm/images/vpc-create-2.png                                         | Bin 111142 -> 58814 bytes
 swarm/images/vpc-create-3.png                                         | Bin 205567 -> 115440 bytes
 swarm/images/vpc-create-4.png                                         | Bin 175084 -> 96100 bytes
 swarm/images/vpc-create-5.png                                         | Bin 179577 -> 112304 bytes
 swarm/images/vpc-create-6.png                                         | Bin 165967 -> 87016 bytes
 swarm/images/vpc-create-7.png                                         | Bin 160543 -> 88448 bytes
 toolbox/images/applications_folder.png                                | Bin 199072 -> 122166 bytes
 toolbox/images/b2d_shell.png                                          | Bin 16979 -> 6790 bytes
 toolbox/images/finish.png                                             | Bin 40207 -> 24771 bytes
 toolbox/images/icon-set.png                                           | Bin 29631 -> 21401 bytes
 toolbox/images/installer_open.png                                     | Bin 46609 -> 27485 bytes
 toolbox/images/mac-page-finished.png                                  | Bin 85349 -> 62457 bytes
 toolbox/images/mac-page-quickstart.png                                | Bin 107385 -> 71123 bytes
 toolbox/images/mac-page-two.png                                       | Bin 110604 -> 69784 bytes
 toolbox/images/mac-password-prompt.png                                | Bin 30903 -> 21500 bytes
 toolbox/images/mac-welcome-page.png                                   | Bin 117323 -> 67991 bytes
 toolbox/images/terminal.png                                           | Bin 27835 -> 18080 bytes
 toolbox/images/toolbox-installer.png                                  | Bin 129405 -> 86299 bytes
 toolbox/images/virtualization.png                                     | Bin 59249 -> 26309 bytes

@johndmulhausen
Copy link

Most excellent, thank you @PeterDaveHello !

@johndmulhausen johndmulhausen merged commit 5919563 into docker:master Dec 21, 2016
@johndmulhausen
Copy link

Very nice to be ~26MB lighter!

@PeterDaveHello PeterDaveHello deleted the image-optimize branch December 21, 2016 19:14
@aduermael
Copy link
Contributor

thanks @PeterDaveHello! 🙂

@PeterDaveHello
Copy link
Contributor Author

You're welcome guys!

@PeterDaveHello
Copy link
Contributor Author

Maybe we could mention the image optimization part in the doc so that the changes of images in future could be optimized first which can prevent this repo growth too fat, also more efficient IMO.

@aduermael
Copy link
Contributor

We could add this in the tests too... To make sure new images are optimized.
Also, we should optimize archive images too. Since we're generating html for these branches too (v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11)

@PeterDaveHello
Copy link
Contributor Author

@aduermael it may be a little bit hard to test if it's really optimized png I think, jpeg will be easier since its optimization won't take too long.

BTW, this is the parameters I'm using on zopflipng, hope it'll help here:

zopflipng --iterations=600 --keepchunks=iCCP --lossy_transparent --splitting=3 -my image.png image.png

johndmulhausen added a commit that referenced this pull request Jan 19, 2017
* d4mac, d4win stable 1.12.5 and beta 34 updates

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fix punctuation typos (#949)

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

* fix the error of handing a and an (#953)

* delete error asterisk (#947)

Signed-off-by: tim-zju <21651152@zju.edu.cn>

* fix the grammer in aws.md (#948)

* fix the grammer in aws.md

* a and an

* modify the user name (#946)

* Update create-swarm.md (#954)

Removes some spaces that were apparently b0rking the code block there.

* Add release notes for DTR 2.1.3

* spell errors: misusing a and an

Signed-off-by: tim-zju <21651152@zju.edu.cn>

* duplicated the (#957)

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

* Lossless Image optimization (#959)

* re-compress jpg images losslessly using jpegoptim

* re-compress png images losslessly using zopflipng

* Add release notes for 1.12.5-cs

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* Fix wrong entry for DTR in robots.txt

* Update step_four.md

* fix typo

* Replace dtr-load-balancer by dtr-external-url

Fixes #961

* explained how to pin whale to taskbar

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* updated d4mac release notes re: hotfix

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Clean up some big, old files

* Fix typo on engine/getstarted/step_four.md

* Update gcs.md

Forgotten </td> caused table explosion

* Use armhf/hello-world for Raspbian tutorial

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>

* added test for absolute links to docs.docker.com

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* made absolute links to docs.docker.com relative

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed absolute link in engin/installation/binaries

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* changes in Jenkinsfile

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* look for href and src attributes in a and img tags

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* look for absolute links to docs.docker.com

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* forgotten absolute links in Dockerfile

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* updated docs.docker.com absolute links test

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Revert "forgotten absolute links in Dockerfile"

This reverts commit ca54f76.

We want to fix the root cause, not the symptoms. So let’s make sure original content is fine instead of fixing it at build.

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* exclude archives when testing urls for now

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* CI: don’t build jekyll redirects for now

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Updated format for comments in Jenkinsfile

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* tests: Go deps are now vendored as submodules

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Jenkinsfile: init submodules

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed submodules

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* made absolute links to docs.docker.com relative

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* missing “target=_blank”

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* links to md files

as requested by @mstanleyjones

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* typo fixed

* Update host_integration.md

Typically, when you run an image from the command line, you would use "-d" for "detached mode", and when that appears to work, someone might paste the working command line into "ExecStart", which would then mysteriously fail because ExecStart expects a foreground process.

* Excess '>' symbol deleted

* Sometime the disk can become full and you can't rebalance.  Adding this step to the configuration instructions to help prevent users from getting in to a state which their device becomes full.

Moved to the performance section.

Signed-off-by: charlescva <charlieott@gmail.com>

* added user question in FAQ re: shared drives and Docker Machine nodes

copyedit

incorporated Misty's review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Standardize formatting and content, add logging examples

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Update index.md

fix the typo

* Update deploy-to-cloud-btn.md

Add note about having to be logged into Docker Cloud...

* fixed note formatting

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* update d4mac, d4win intros, add better feedback topics

copyedits

more copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Replace bash shell to powershell in docker for windows

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>

* Update overview.md

Update overview.md to reference possible issues regarding windows to unix path convert issues

* Update ubuntulinux.md

* Improved description for Hello-World

Adds more detail for people to be able to understand how to build the Hello World using FROM scratch.

* Update services.md

Correct typographical error.

* Correct wrong default value

* fixes #1014 by adding flag

Signed-off-by: LRubin <lrubin@docker.com>

* small clarifications

Signed-off-by: LRubin <lrubin@docker.com>

* update swarm worker node concept description

incorporated review comments from Misty

re-worded topic titles and added to description of node

fixed links for services and tasks

incorporated more comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update to usingdocker.md

Link destination changed toa more appropriate (imo) destination.

Link originally linked to docker env varibles whereas link description describes other docker commands.

* Updating dockervolumes.md for Windows mounting

The code snippet for mounting Windows directories won't work: it will produce an "Invalid bind mount spec" error as Docker cannot properly read the path. The core error was addressed in [#12590](moby/moby#12590 (comment)), this is just an update to the tutorial.

* using github url for yaml.v2 submodule (#1034)

in an attempt to fix Github pages build…

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* clarify docker-cloud install

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Add flag to ucp 2.0 restore instructions

* Add flag to ucp 2.0 restore instructions

* update Docker machine install instructions per user feedback

added uninstall steps

fixed line lengths

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Typo in ubuntulinux.md (#1041)

* version changed to 1.12.3 (#1036)

* update the version in the code snnipt (#1037)

* docker upgrade command fix (#1044)

`apt-get upgrade` doesn't take an argument. To upgrade docker specifically would require `apt-get install docker-engine`.

* accross -> across

* beta 35 release notes d4mac, d4win

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Remove duplicate 'for details' 

Remove duplicate 'for details' in Docker Daemon Attack Surface line.

* Update automated-testing.md

Updated text to reflect that the `docker-compose.test.yml` file needs to be in the same directory as the Dockerfile used to build the image.

* Add prereqs to AUFS configuration steps

Fixes #1061

* Add the info about the linux-image-extra packages

* Fix typo (are -> area) (#1058)

* Fix title (#1056)

The title is not rendered correctly because of the missing newline

* Fix small typo in step_four.md. (#1053)

* Fix DDC broken links reported on #1068

* Update networkingcontainers.md

* Change title (#1073)

* urls (#1074)

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* fixed links in /apidocs/docker-cloud/includes

urls in html files that are included must be absolute, otherwise it only works when the files are included in some specific location.

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* cf6fc37 fix had to be made in /apidocs/cloud-api-source

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* url fixes for #1068

Signed-off-by: LRubin <lrubin@docker.com>

* Fixes #1086

* more link fixes

Signed-off-by: LRubin <lrubin@docker.com>

* exclude /apidocs/cloud-api-source when building

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* more more link link fixes fixes

Signed-off-by: LRubin <lrubin@docker.com>

* docker is no longer optional in this tutorial

Signed-off-by: LRubin <lrubin@docker.com>

* format fix and light rewording

Signed-off-by: LRubin <lrubin@docker.com>

* Always use sudo on Debian installation

* docker-for-mac: add a FAQ about reducing the qcow2 size

In Docker for Mac 1.12 the only way to free space on the host is to
delete the qcow2 which means all containers and images have to be
rebuilt.

In Docker for Mac 1.13 there is preliminary support for shrinking the
qcow2 file non-destructively using "TRIM" (as also used on SSDs).
Unfortunately this isn't (yet) fully automatic -- it runs in the
background and requires the app to be occasionally restarted.

Related to [docker/for-mac#371]

Signed-off-by: David Scott <dave.scott@docker.com>

* Update instructions for systemd drop-ins

When creating a `/etc/systemd/system/docker.service`
unit file, that file _replaces_ the default
(`/lib/systemd/system/docker.service`) unit file.

While this may be intended by some, this section
describes how to use "partial" unit files ("drop-ins")
to override only certain properties of the default
unit file.

This patch removes the mention of
`/etc/systemd/system/docker.service` to prevent
users from inadvertently replacing the default
unit file.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Add cs-engine 1.12.6-cs6 release notes

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* Add new redirect for DTR install

* Add 1.11.2-cs6 release notes

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* Updates broken links for #1068

* added links to Toolbox installer downloads via Releases page

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update links to DTR

* tag images and containers with JOB_BASE_NAME + BUILD_NUMBER

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Add release notes for 1.10.3-cs4

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* added direct installer links, re-worked Toolbox intro pages

updated Toolbox install intros

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Remove reference to legacy container links (#1057)

* Removes duplicate canonical urls

* Fix root_ca, json structure (#1079)

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

* Correction of the Install-Module command (#1102)

The command line was Import-Module which seems to be wrong. It seemed to work for me with Install-Module. So I make the correction. Please note, I'm only a newbie, so check this twice please ;-)

* linked to related GitHub issue, slight re-ordering of topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update PULL_REQUEST_TEMPLATE.md (#1106)

Change 'left' to 'right' (because that's where the referenced information is located.

* Add alternative keyservers due to #13555 (#1048)

* Update step_six.md (#1105)

* Update get-started-macvlan.md

fix typo

* added beta 36 relnotes, and minor wording updates to Docker.qcow2 question in Mac FAQs

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* clarify Toolbox install per Nathan's comments

centered download buttons for overview Toolbox install

improved Get Docker intro in Getting Started tutorial

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Fixed more broken links

* fix typo in get-started-macvlan.md (#1121)

* added Linux Kernel upgrade to relnotes

added new bug fix item

toolbox fixes

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update get-started-overlay.md (#1082)

* Update get-started-overlay.md

* Update get-started-overlay.md

perhaps renderer can't do multiline markdown links

* Update get-started-overlay.md

* Remove 'edit this page' button when there's no source file

* Adds dynamically-generated redirect_from.csv to root for nginx consumption

* Correct typo

"For image" changed to "For instance"

* Update hyper-v.md

* correct some spelling mistake

* fix typo in swarm tutorial

* Correct Python application port for local browsing

* Updates allpagelinks.md to use full paths (#1143)

* Fix documentation regarding protocol 50 (ESP) (#1144)

The documentation should clarify that its protocol 50 and not port 50 that should be allowed between nodes.

* Update mongodb.md (#1122)

In older version docker build was failing.

* CI - added tests for relative links [DO NOT MERGE] (#1052)

* CI - added tests for relative links

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixes to check relative links properly

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* /engine/extend/plugins/ -> /engine/extend/legacy_plugins/

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* do not build /tests folder with Jekyll…

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* list all problematic urls in each file

don’t stop at first error encountered

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* removed “stack tasks” from menu (toc.yaml)

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed broken links

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed broken link in docker-for-mac/osxfs.md

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed broken links in /index.html

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Add release notes for DTR 2.1.4

* Fix offline DDC install

* Add offline tarfile for DTR 2.1.4

* Update instructions for IPv6-enabled networks

Signed-off-by: Joffrey F <joffrey@docker.com>

* Fix searches not running on Enter, CS Release notes

* Restart the docker daemon after group changes

Otherwise the verification step won't work.

* Remove quotation marks

Remove quotation marks around environment variable export for DOCKERCLOUD_NAMESPACE

* optimize  selectadriver.md

* Permission Levels Full Control Warning (UCP 2.0)

* Full Control Users Warning (UCP 1.1)

* improve readability of note

Signed-off-by: LRubin <lrubin@docker.com>

* Update release notes for UCP 2.0.2

* Release notes for UCP 1.1.6

* replaces edit from #979

Signed-off-by: LRubin <lrubin@docker.com>

* Update 2_set_up.md

* adds more info about valid docker ID

Signed-off-by: LRubin <lrubin@docker.com>

* fix typo

* Update 'usingdocker' tutorial to name the container

Do some clean-up while I'm in there

* swarm beta docs for limited publish

Signed-off-by: LRubin <lrubin@docker.com>

* Clarify the command only for docker-machine (#1149)

* Clarify the command only for docker-machine

* minor copyedits (#1148)

* minor copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Revert "Restart the docker daemon after group changes"

* take a stab at fixing a broken link

Signed-off-by: LRubin <lrubin@docker.com>

* Release Engine 1.13 documentation (#1187)

* Sync vnext-engine branch to docker/docker SHA 2f12d28

This branch will contain forward-looking Engine-specific docs
and be the equivalent of docker/docker master for docs

* swarm: Document rollback, failure threshold, and monitor flags

These are new flags to service create/update being added in a Docker
engine PR.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>

* Remove Fedora 22 as it's EOL

https://fedoramagazine.org/fedora-22-end-of-life-2016-july/

With the recent release of Fedora 24, Fedora 22 will officially enter End Of
Life (EOL) status on July 19th, 2016. After July 19th, all packages in the
Fedora 22 repositories will no longer receive security, bugfix, or enhancement
updates, and no new packages will be added to the Fedora 22 collection.

Upgrading to Fedora 23 or Fedora 24 before July 19th 2016 is highly recommended
for all users still running Fedora 22.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* update apparmor documentation to reflect changes in 1.13.0

Updates the apparmor docs to reflect recent changes, specifically that
we are no longer saving to /etc/apparmor.d/. Also removes the seccomp
profile and instead links to the generating template.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

* Added details about tag support for AWS log driver

Signed-off-by: French Ben <frenchben@docker.com>

* Changed wording for tag description

* Updated docs to show full container ID

* Updated wording on log stream default

Signed-off-by: French Ben <frenchben@docker.com>

* Added raw tags

Signed-off-by: French Ben <frenchben@docker.com>

* Update note about custom certs with system certs

Fixed incorrect statement about example layout

Related to moby/moby#27918

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)

* Remove Ubuntu 15.10 Wily Werewolf

As of July 28, 2016, Ubuntu 15.10 is officially EOL
(https://lists.ubuntu.com/archives/ubuntu-announce/2016-July/000210.html),
and will receive no further updates.

Support for 15.10 was removed in Docker 1.13 through
moby/moby#27042

(moby/moby@e9a8105)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Add Ubuntu 16.10 Yakkety Yak

Support for Ubuntu 16.10 was added in
moby/moby#27993
(moby/moby@27beb64)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* add unix-sockets support in Fluentd logging driver

Signed-off-by: Akira Koyasu <mail@akirakoyasu.net>

* Add engine changes that were lost in syncing

When syncing docs from the docker/docker repository (e4bce35)
some commits were not included. This includes those changes, by copying the documentation from

moby/moby@8658748,
which is the last commit before the docs were removed from the docker/docker
repository in moby/moby@29f08cf

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Create logentries.md (#244)

* Create logentries.md

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* Add NATS client as option for publishing container logs (#369)

* Add NATS client as option for publishing container logs

Signed-off-by: Waldemar Quevedo <waldemar.quevedo@gmail.com>

* Document ability to update a service's image

Fixes #528

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* First version of stack deployment tutorial

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>

* Initial dump of CLI in yaml (#737)

Signed-off-by: French Ben <frenchben@docker.com>

* Document new CPU scheduling flags

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Update dockerfile vnext (#874)

* Merge pull request #731 from mstanleyjones/distribution_docs_from_upstream

Pull distribution reference docs from upstream repo

* Bump Engine ref docs branch to 1.13.x

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Rename Remote API to Engine API

See moby/moby#28319

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Move accounts API docs to Docker ID section

Makes more sense here instead of the Engine reference. It is
only consumed by the Engine.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Add automatically generated Engine API docs

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Upgrade to ReDoc 1.6.2 (#891)

To make use of x-displayName added in
moby/moby#29401

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Add full documentation for APIs and SDKs

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Updated Yaml files (#922)

Signed-off-by: French Ben <frenchben@docker.com>

* Added latest docs from Editions AWS & Azure (#887)

* Added Docker for AWS and Azure and moved navigation

Signed-off-by: French Ben <frenchben@docker.com>

* Fixed image links

Signed-off-by: French Ben <frenchben@docker.com>

* Restructure navigation for Editions

* Fixing double curly braces

* YAML-sourced CLI refdocs

* Add 'docker' label to commands

* Fix for blank node

* Document Docker secrets

Fixes #529

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Update syntax of the -f flag in the examples

* Update the syntax of 'docker secret create' in the examples

* Document the ability to publish a port locally on a swarm node

* Add info about image resolution with content trust

* Add examples to CLI generation templates

* remove confusing sentence from "publishing" section

the routing mesh should work irregardless of all
replicas being up or not, so removing this sentence.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Rewrite and reorganize Linux install instructions

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Fix typo in Oracle install instructions

* Updated docs to remove beta and stable link (#1160)

* Updated docs to remove beta and stable link

* Addressing feedback from new installation instructions (#1172)

* Address feedback for new installation instructions

* Updating the repo files for Oracle since  does not expand to only the number

* Added latest docs from Editions AWS & Azure (#887)

* Added Docker for AWS and Azure and moved navigation

Signed-off-by: French Ben <frenchben@docker.com>

* Fixed image links

Signed-off-by: French Ben <frenchben@docker.com>

* Restructure navigation for Editions

* Fix a couple of Liquid errors

* Merge pull request #1188 from docker/linkfix-john

Link fixes and link to app tutorial
johndmulhausen pushed a commit that referenced this pull request Jan 19, 2017
* fix punctuation typos (#949)

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

* fix the error of handing a and an (#953)

* delete error asterisk (#947)

Signed-off-by: tim-zju <21651152@zju.edu.cn>

* fix the grammer in aws.md (#948)

* fix the grammer in aws.md

* a and an

* modify the user name (#946)

* Update create-swarm.md (#954)

Removes some spaces that were apparently b0rking the code block there.

* Add release notes for DTR 2.1.3

* spell errors: misusing a and an

Signed-off-by: tim-zju <21651152@zju.edu.cn>

* duplicated the (#957)

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

* Lossless Image optimization (#959)

* re-compress jpg images losslessly using jpegoptim

* re-compress png images losslessly using zopflipng

* Add release notes for 1.12.5-cs

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* Fix wrong entry for DTR in robots.txt

* Update step_four.md

* fix typo

* Replace dtr-load-balancer by dtr-external-url

Fixes #961

* explained how to pin whale to taskbar

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* updated d4mac release notes re: hotfix

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Clean up some big, old files

* Fix typo on engine/getstarted/step_four.md

* Update gcs.md

Forgotten </td> caused table explosion

* Use armhf/hello-world for Raspbian tutorial

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>

* added test for absolute links to docs.docker.com

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* made absolute links to docs.docker.com relative

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed absolute link in engin/installation/binaries

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* changes in Jenkinsfile

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* look for href and src attributes in a and img tags

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* look for absolute links to docs.docker.com

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* forgotten absolute links in Dockerfile

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* updated docs.docker.com absolute links test

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Revert "forgotten absolute links in Dockerfile"

This reverts commit ca54f76.

We want to fix the root cause, not the symptoms. So let’s make sure original content is fine instead of fixing it at build.

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* exclude archives when testing urls for now

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* CI: don’t build jekyll redirects for now

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Updated format for comments in Jenkinsfile

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* tests: Go deps are now vendored as submodules

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Jenkinsfile: init submodules

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed submodules

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* made absolute links to docs.docker.com relative

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* missing “target=_blank”

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* links to md files

as requested by @mstanleyjones

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* typo fixed

* Update host_integration.md

Typically, when you run an image from the command line, you would use "-d" for "detached mode", and when that appears to work, someone might paste the working command line into "ExecStart", which would then mysteriously fail because ExecStart expects a foreground process.

* Excess '>' symbol deleted

* Sometime the disk can become full and you can't rebalance.  Adding this step to the configuration instructions to help prevent users from getting in to a state which their device becomes full.

Moved to the performance section.

Signed-off-by: charlescva <charlieott@gmail.com>

* added user question in FAQ re: shared drives and Docker Machine nodes

copyedit

incorporated Misty's review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Standardize formatting and content, add logging examples

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Update index.md

fix the typo

* Update deploy-to-cloud-btn.md

Add note about having to be logged into Docker Cloud...

* fixed note formatting

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* update d4mac, d4win intros, add better feedback topics

copyedits

more copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Replace bash shell to powershell in docker for windows

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>

* Update overview.md

Update overview.md to reference possible issues regarding windows to unix path convert issues

* Update ubuntulinux.md

* Improved description for Hello-World

Adds more detail for people to be able to understand how to build the Hello World using FROM scratch.

* Update services.md

Correct typographical error.

* Correct wrong default value

* fixes #1014 by adding flag

Signed-off-by: LRubin <lrubin@docker.com>

* small clarifications

Signed-off-by: LRubin <lrubin@docker.com>

* update swarm worker node concept description

incorporated review comments from Misty

re-worded topic titles and added to description of node

fixed links for services and tasks

incorporated more comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update to usingdocker.md

Link destination changed toa more appropriate (imo) destination.

Link originally linked to docker env varibles whereas link description describes other docker commands.

* Updating dockervolumes.md for Windows mounting

The code snippet for mounting Windows directories won't work: it will produce an "Invalid bind mount spec" error as Docker cannot properly read the path. The core error was addressed in [#12590](moby/moby#12590 (comment)), this is just an update to the tutorial.

* using github url for yaml.v2 submodule (#1034)

in an attempt to fix Github pages build…

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* clarify docker-cloud install

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Add flag to ucp 2.0 restore instructions

* Add flag to ucp 2.0 restore instructions

* update Docker machine install instructions per user feedback

added uninstall steps

fixed line lengths

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Typo in ubuntulinux.md (#1041)

* version changed to 1.12.3 (#1036)

* update the version in the code snnipt (#1037)

* docker upgrade command fix (#1044)

`apt-get upgrade` doesn't take an argument. To upgrade docker specifically would require `apt-get install docker-engine`.

* accross -> across

* beta 35 release notes d4mac, d4win

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Remove duplicate 'for details' 

Remove duplicate 'for details' in Docker Daemon Attack Surface line.

* Update automated-testing.md

Updated text to reflect that the `docker-compose.test.yml` file needs to be in the same directory as the Dockerfile used to build the image.

* Add prereqs to AUFS configuration steps

Fixes #1061

* Add the info about the linux-image-extra packages

* Fix typo (are -> area) (#1058)

* Fix title (#1056)

The title is not rendered correctly because of the missing newline

* Fix small typo in step_four.md. (#1053)

* Fix DDC broken links reported on #1068

* Update networkingcontainers.md

* Change title (#1073)

* urls (#1074)

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* fixed links in /apidocs/docker-cloud/includes

urls in html files that are included must be absolute, otherwise it only works when the files are included in some specific location.

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* cf6fc37 fix had to be made in /apidocs/cloud-api-source

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* url fixes for #1068

Signed-off-by: LRubin <lrubin@docker.com>

* Fixes #1086

* more link fixes

Signed-off-by: LRubin <lrubin@docker.com>

* exclude /apidocs/cloud-api-source when building

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* more more link link fixes fixes

Signed-off-by: LRubin <lrubin@docker.com>

* docker is no longer optional in this tutorial

Signed-off-by: LRubin <lrubin@docker.com>

* format fix and light rewording

Signed-off-by: LRubin <lrubin@docker.com>

* Always use sudo on Debian installation

* docker-for-mac: add a FAQ about reducing the qcow2 size

In Docker for Mac 1.12 the only way to free space on the host is to
delete the qcow2 which means all containers and images have to be
rebuilt.

In Docker for Mac 1.13 there is preliminary support for shrinking the
qcow2 file non-destructively using "TRIM" (as also used on SSDs).
Unfortunately this isn't (yet) fully automatic -- it runs in the
background and requires the app to be occasionally restarted.

Related to [docker/for-mac#371]

Signed-off-by: David Scott <dave.scott@docker.com>

* Update instructions for systemd drop-ins

When creating a `/etc/systemd/system/docker.service`
unit file, that file _replaces_ the default
(`/lib/systemd/system/docker.service`) unit file.

While this may be intended by some, this section
describes how to use "partial" unit files ("drop-ins")
to override only certain properties of the default
unit file.

This patch removes the mention of
`/etc/systemd/system/docker.service` to prevent
users from inadvertently replacing the default
unit file.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Add cs-engine 1.12.6-cs6 release notes

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* Add new redirect for DTR install

* Add 1.11.2-cs6 release notes

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* Updates broken links for #1068

* added links to Toolbox installer downloads via Releases page

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update links to DTR

* tag images and containers with JOB_BASE_NAME + BUILD_NUMBER

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Add release notes for 1.10.3-cs4

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* added direct installer links, re-worked Toolbox intro pages

updated Toolbox install intros

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Remove reference to legacy container links (#1057)

* Removes duplicate canonical urls

* Fix root_ca, json structure (#1079)

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

* Correction of the Install-Module command (#1102)

The command line was Import-Module which seems to be wrong. It seemed to work for me with Install-Module. So I make the correction. Please note, I'm only a newbie, so check this twice please ;-)

* linked to related GitHub issue, slight re-ordering of topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update PULL_REQUEST_TEMPLATE.md (#1106)

Change 'left' to 'right' (because that's where the referenced information is located.

* Add alternative keyservers due to #13555 (#1048)

* Update step_six.md (#1105)

* Update get-started-macvlan.md

fix typo

* added beta 36 relnotes, and minor wording updates to Docker.qcow2 question in Mac FAQs

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* clarify Toolbox install per Nathan's comments

centered download buttons for overview Toolbox install

improved Get Docker intro in Getting Started tutorial

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Fixed more broken links

* fix typo in get-started-macvlan.md (#1121)

* added Linux Kernel upgrade to relnotes

added new bug fix item

toolbox fixes

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update get-started-overlay.md (#1082)

* Update get-started-overlay.md

* Update get-started-overlay.md

perhaps renderer can't do multiline markdown links

* Update get-started-overlay.md

* Remove 'edit this page' button when there's no source file

* Adds dynamically-generated redirect_from.csv to root for nginx consumption

* Correct typo

"For image" changed to "For instance"

* Update hyper-v.md

* correct some spelling mistake

* fix typo in swarm tutorial

* Correct Python application port for local browsing

* Updates allpagelinks.md to use full paths (#1143)

* Fix documentation regarding protocol 50 (ESP) (#1144)

The documentation should clarify that its protocol 50 and not port 50 that should be allowed between nodes.

* Update mongodb.md (#1122)

In older version docker build was failing.

* CI - added tests for relative links [DO NOT MERGE] (#1052)

* CI - added tests for relative links

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixes to check relative links properly

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* /engine/extend/plugins/ -> /engine/extend/legacy_plugins/

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* do not build /tests folder with Jekyll…

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* list all problematic urls in each file

don’t stop at first error encountered

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* removed “stack tasks” from menu (toc.yaml)

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed broken links

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed broken link in docker-for-mac/osxfs.md

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed broken links in /index.html

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* Add release notes for DTR 2.1.4

* Fix offline DDC install

* Add offline tarfile for DTR 2.1.4

* Update instructions for IPv6-enabled networks

Signed-off-by: Joffrey F <joffrey@docker.com>

* Fix searches not running on Enter, CS Release notes

* Restart the docker daemon after group changes

Otherwise the verification step won't work.

* Remove quotation marks

Remove quotation marks around environment variable export for DOCKERCLOUD_NAMESPACE

* optimize  selectadriver.md

* Permission Levels Full Control Warning (UCP 2.0)

* Full Control Users Warning (UCP 1.1)

* improve readability of note

Signed-off-by: LRubin <lrubin@docker.com>

* Update release notes for UCP 2.0.2

* Release notes for UCP 1.1.6

* replaces edit from #979

Signed-off-by: LRubin <lrubin@docker.com>

* Update 2_set_up.md

* adds more info about valid docker ID

Signed-off-by: LRubin <lrubin@docker.com>

* fix typo

* Update 'usingdocker' tutorial to name the container

Do some clean-up while I'm in there

* swarm beta docs for limited publish

Signed-off-by: LRubin <lrubin@docker.com>

* Clarify the command only for docker-machine (#1149)

* Clarify the command only for docker-machine

* minor copyedits (#1148)

* minor copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Revert "Restart the docker daemon after group changes"

* take a stab at fixing a broken link

Signed-off-by: LRubin <lrubin@docker.com>

* Release Engine 1.13 documentation (#1187)

* Sync vnext-engine branch to docker/docker SHA 2f12d28

This branch will contain forward-looking Engine-specific docs
and be the equivalent of docker/docker master for docs

* swarm: Document rollback, failure threshold, and monitor flags

These are new flags to service create/update being added in a Docker
engine PR.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>

* Remove Fedora 22 as it's EOL

https://fedoramagazine.org/fedora-22-end-of-life-2016-july/

With the recent release of Fedora 24, Fedora 22 will officially enter End Of
Life (EOL) status on July 19th, 2016. After July 19th, all packages in the
Fedora 22 repositories will no longer receive security, bugfix, or enhancement
updates, and no new packages will be added to the Fedora 22 collection.

Upgrading to Fedora 23 or Fedora 24 before July 19th 2016 is highly recommended
for all users still running Fedora 22.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* update apparmor documentation to reflect changes in 1.13.0

Updates the apparmor docs to reflect recent changes, specifically that
we are no longer saving to /etc/apparmor.d/. Also removes the seccomp
profile and instead links to the generating template.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

* Added details about tag support for AWS log driver

Signed-off-by: French Ben <frenchben@docker.com>

* Changed wording for tag description

* Updated docs to show full container ID

* Updated wording on log stream default

Signed-off-by: French Ben <frenchben@docker.com>

* Added raw tags

Signed-off-by: French Ben <frenchben@docker.com>

* Update note about custom certs with system certs

Fixed incorrect statement about example layout

Related to moby/moby#27918

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)

* Remove Ubuntu 15.10 Wily Werewolf

As of July 28, 2016, Ubuntu 15.10 is officially EOL
(https://lists.ubuntu.com/archives/ubuntu-announce/2016-July/000210.html),
and will receive no further updates.

Support for 15.10 was removed in Docker 1.13 through
moby/moby#27042

(moby/moby@e9a8105)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Add Ubuntu 16.10 Yakkety Yak

Support for Ubuntu 16.10 was added in
moby/moby#27993
(moby/moby@27beb64)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* add unix-sockets support in Fluentd logging driver

Signed-off-by: Akira Koyasu <mail@akirakoyasu.net>

* Add engine changes that were lost in syncing

When syncing docs from the docker/docker repository (e4bce35)
some commits were not included. This includes those changes, by copying the documentation from

moby/moby@8658748,
which is the last commit before the docs were removed from the docker/docker
repository in moby/moby@29f08cf

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Create logentries.md (#244)

* Create logentries.md

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* Add NATS client as option for publishing container logs (#369)

* Add NATS client as option for publishing container logs

Signed-off-by: Waldemar Quevedo <waldemar.quevedo@gmail.com>

* Document ability to update a service's image

Fixes #528

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* First version of stack deployment tutorial

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>

* Initial dump of CLI in yaml (#737)

Signed-off-by: French Ben <frenchben@docker.com>

* Document new CPU scheduling flags

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Update dockerfile vnext (#874)

* Merge pull request #731 from mstanleyjones/distribution_docs_from_upstream

Pull distribution reference docs from upstream repo

* Bump Engine ref docs branch to 1.13.x

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Rename Remote API to Engine API

See moby/moby#28319

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Move accounts API docs to Docker ID section

Makes more sense here instead of the Engine reference. It is
only consumed by the Engine.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Add automatically generated Engine API docs

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Upgrade to ReDoc 1.6.2 (#891)

To make use of x-displayName added in
moby/moby#29401

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Add full documentation for APIs and SDKs

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

* Updated Yaml files (#922)

Signed-off-by: French Ben <frenchben@docker.com>

* Added latest docs from Editions AWS & Azure (#887)

* Added Docker for AWS and Azure and moved navigation

Signed-off-by: French Ben <frenchben@docker.com>

* Fixed image links

Signed-off-by: French Ben <frenchben@docker.com>

* Restructure navigation for Editions

* Fixing double curly braces

* YAML-sourced CLI refdocs

* Add 'docker' label to commands

* Fix for blank node

* Document Docker secrets

Fixes #529

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Update syntax of the -f flag in the examples

* Update the syntax of 'docker secret create' in the examples

* Document the ability to publish a port locally on a swarm node

* Add info about image resolution with content trust

* Add examples to CLI generation templates

* remove confusing sentence from "publishing" section

the routing mesh should work irregardless of all
replicas being up or not, so removing this sentence.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Rewrite and reorganize Linux install instructions

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Fix typo in Oracle install instructions

* Updated docs to remove beta and stable link (#1160)

* Updated docs to remove beta and stable link

* Addressing feedback from new installation instructions (#1172)

* Address feedback for new installation instructions

* Updating the repo files for Oracle since  does not expand to only the number

* Added latest docs from Editions AWS & Azure (#887)

* Added Docker for AWS and Azure and moved navigation

Signed-off-by: French Ben <frenchben@docker.com>

* Fixed image links

Signed-off-by: French Ben <frenchben@docker.com>

* Restructure navigation for Editions

* Fix a couple of Liquid errors

* Merge pull request #1188 from docker/linkfix-john

Link fixes and link to app tutorial

* Nav fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants