diff --git a/get-started/08_using_compose.md b/get-started/08_using_compose.md index 5876b66feaf4..ed6987f84f4f 100644 --- a/get-started/08_using_compose.md +++ b/get-started/08_using_compose.md @@ -329,7 +329,7 @@ Compose and used to group the containers together. By default, the project name ![Docker Dashboard with app project](images/dashboard-app-project-collapsed.png) If you twirl down the app, you will see the two containers we defined in the compose file. The names are also a little -more descriptive, as they follow the pattern of `__`. So, it's very easy to +more descriptive, as they follow the pattern of `-`. So, it's very easy to quickly see what container is our app and which container is the mysql database. ![Docker Dashboard with app project expanded](images/dashboard-app-project-expanded.png) diff --git a/get-started/images/dashboard-app-project-collapsed.png b/get-started/images/dashboard-app-project-collapsed.png index 6584b03d3bd3..34cd08cc3dfa 100644 Binary files a/get-started/images/dashboard-app-project-collapsed.png and b/get-started/images/dashboard-app-project-collapsed.png differ diff --git a/get-started/images/dashboard-app-project-expanded.png b/get-started/images/dashboard-app-project-expanded.png index a51a2b832b55..13ee3d2e2a85 100644 Binary files a/get-started/images/dashboard-app-project-expanded.png and b/get-started/images/dashboard-app-project-expanded.png differ diff --git a/get-started/images/dashboard-multi-container-app.png b/get-started/images/dashboard-multi-container-app.png index 89fba771ff25..dd0aae47d55f 100644 Binary files a/get-started/images/dashboard-multi-container-app.png and b/get-started/images/dashboard-multi-container-app.png differ diff --git a/get-started/images/dashboard-open-cli-ubuntu.png b/get-started/images/dashboard-open-cli-ubuntu.png index 6ca16d31d576..93665813d9c7 100644 Binary files a/get-started/images/dashboard-open-cli-ubuntu.png and b/get-started/images/dashboard-open-cli-ubuntu.png differ diff --git a/get-started/images/dashboard-removing-container.png b/get-started/images/dashboard-removing-container.png index f9813eca167e..e018364b89cf 100644 Binary files a/get-started/images/dashboard-removing-container.png and b/get-started/images/dashboard-removing-container.png differ diff --git a/get-started/images/dashboard-two-containers.png b/get-started/images/dashboard-two-containers.png index 14fada73bf01..e4daaa7bb107 100644 Binary files a/get-started/images/dashboard-two-containers.png and b/get-started/images/dashboard-two-containers.png differ diff --git a/get-started/images/tutorial-in-dashboard.png b/get-started/images/tutorial-in-dashboard.png index 002cd05fa0ed..c307fe5d251c 100644 Binary files a/get-started/images/tutorial-in-dashboard.png and b/get-started/images/tutorial-in-dashboard.png differ