From 2ce3996912a3870b5b32c8fdcc52b6cb882ddd6e Mon Sep 17 00:00:00 2001 From: KoryKessel-Docker Date: Thu, 14 Nov 2019 14:40:19 +0000 Subject: [PATCH] Push of Compose xref edits to public. --- compose/bundles.md | 8 -------- compose/compose-file/index.md | 1 - compose/index.md | 1 - compose/samples-for-compose.md | 12 +----------- 4 files changed, 1 insertion(+), 21 deletions(-) diff --git a/compose/bundles.md b/compose/bundles.md index a4157c38ae..6dac5deacd 100644 --- a/compose/bundles.md +++ b/compose/bundles.md @@ -26,12 +26,6 @@ However, [swarm mode](/engine/swarm/index.md), multi-service applications, and stack files now are fully supported. A stack file is a particular type of [version 3 Compose file](/compose/compose-file/index.md). -If you are just getting started with Docker and want to learn the best way to -deploy multi-service applications, a good place to start is the [Get Started -walkthrough](/get-started/). This shows you how to define -a service configuration in a Compose file, deploy the app, and use -the relevant tools and commands. - ## Produce a bundle The easiest way to produce a bundle is to generate it using `docker-compose` @@ -212,8 +206,6 @@ A service has the following fields: ## Related topics -* [Get started walkthrough](/get-started/) - * [docker stack deploy](/engine/reference/commandline/stack_deploy/) command * [deploy](/compose/compose-file/index.md#deploy) option in [Compose files](/compose/compose-file/index.md) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 233e5e150b..9ac9ca2e89 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -2586,6 +2586,5 @@ stack. - [User guide](/compose/index.md) - [Installing Compose](/compose/install/) - [Compose file versions and upgrading](compose-versioning.md) -- [Get started with Docker](/get-started/) - [Samples](/samples/) - [Command line reference](/compose/reference/) diff --git a/compose/index.md b/compose/index.md index ab9c60aaad..c2847bb97b 100644 --- a/compose/index.md +++ b/compose/index.md @@ -59,7 +59,6 @@ Compose has commands for managing the whole lifecycle of your application: ## Compose documentation - [Installing Compose](install.md) -- [Getting Started](gettingstarted.md) - [Get started with Django](django.md) - [Get started with Rails](rails.md) - [Get started with WordPress](wordpress.md) diff --git a/compose/samples-for-compose.md b/compose/samples-for-compose.md index 7ca71ad80e..019fddeede 100644 --- a/compose/samples-for-compose.md +++ b/compose/samples-for-compose.md @@ -31,14 +31,4 @@ Docker Compose to set up and run a Rails/PostgreSQL app. - [Quickstart: Compose and WordPress](/compose/wordpress.md) - Shows how to use Docker Compose to set up and run WordPress in an isolated environment -with Docker containers. - -## Samples that include Compose in the workflows - -These samples include working with Docker Compose as part of broader learning -goals: - -- [Get Started with Docker](/get-started/index.md) - This multi-part tutorial covers writing your first app, data storage, networking, and swarms, -and ends with your app running on production servers in the cloud. - -- [Deploying an app to a Swarm](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md) - This tutorial from [Docker Labs](https://github.com/docker/labs/blob/master/README.md) shows you how to create and customize a sample voting app, deploy it to a [swarm](/engine/swarm.md), test it, reconfigure the app, and redeploy. +with Docker containers. \ No newline at end of file