diff --git a/get-started/07_multi_container.md b/get-started/07_multi_container.md index acd959df1c..5ffa24d7f3 100644 --- a/get-started/07_multi_container.md +++ b/get-started/07_multi_container.md @@ -253,11 +253,6 @@ With all of that explained, let's start our dev-ready container! Obviously, your table will look different because it has your items. But, you should see them stored there! -If you take a quick look at the Docker Dashboard, you'll see that we have two app containers running. But, there's -no real indication that they are grouped together in a single app. We'll see how to make that better shortly! - -![Docker Dashboard showing two ungrouped app containers](images/dashboard-multi-container-app.png) - ## Next steps At this point, you have an application that now stores its data in an external database running in a separate diff --git a/get-started/images/dashboard-app-project-collapsed.png b/get-started/images/dashboard-app-project-collapsed.png index 34cd08cc3d..27c2cd6979 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 13ee3d2e2a..84d2b02fb7 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 deleted file mode 100644 index dd0aae47d5..0000000000 Binary files a/get-started/images/dashboard-multi-container-app.png and /dev/null differ diff --git a/get-started/images/dashboard-open-cli-ubuntu.png b/get-started/images/dashboard-open-cli-ubuntu.png deleted file mode 100644 index 93665813d9..0000000000 Binary files a/get-started/images/dashboard-open-cli-ubuntu.png and /dev/null differ diff --git a/get-started/images/dashboard-removing-container.png b/get-started/images/dashboard-removing-container.png deleted file mode 100644 index e018364b89..0000000000 Binary files a/get-started/images/dashboard-removing-container.png and /dev/null differ