Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
add out-of-date-ness note
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holbach committed Aug 7, 2018
1 parent 1cf4733 commit e79822c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-legacy/part-1.md
Expand Up @@ -2,6 +2,11 @@
title: "Part 1: Launching Weave Net with Docker Machine"
---

**Note:** You are looking at our `old-guides` repository. The guides in here haven't been updated in a while.
They might or might not work for you. We are keeping them around for informational purposes.

---

In this Part 1 "Launching Weave Net with Docker Machine" the basics of launching a container network with Weave Net is introduced. In [Part 2 "Using Weave With Docker Machine and Swarm](./part-2.md), you will learn how to configure a basic [Docker Swarm Cluster](https://docs.docker.com/swarm/) and use Weave Net to discover containers within it. In [Part 3 "Creating and Scaling Multi-host Docker Deployment with Swarm and Compose using Weave"](./part-3.md), you will take what you learned in Parts 1 and 2 and use [Docker Compose](https://docs.docker.com/compose/) and Weave Net to launch a two-tier application spread across three VMs.

[Docker Machine](https://docs.docker.com/machine/) makes it simple to create Docker hosts (VMs) on your computer, on cloud providers or within your own data center. It creates servers, installs Docker on them, and then it configures the Docker client to talk to them.
Expand Down
5 changes: 5 additions & 0 deletions docker-legacy/part-2.md
Expand Up @@ -2,6 +2,11 @@
title: "Part 2: Using Weave with Docker Machine and Swarm"
---

**Note:** You are looking at our `old-guides` repository. The guides in here haven't been updated in a while.
They might or might not work for you. We are keeping them around for informational purposes.

---

In [Part 1][ch1], you learned how to use Weave Net with [Docker Machine](https://docs.docker.com/machine/).

In this Part 2 of the guide you will learn how to configure a basic [Docker Swarm Cluster](https://docs.docker.com/swarm/), and how to deploy a Weave network onto it to make its contents discoverable.
Expand Down
5 changes: 5 additions & 0 deletions docker-legacy/part-3.md
Expand Up @@ -2,6 +2,11 @@
title: "Part 3: Creating and Scaling Multi-host Docker Deployment with Swarm and Compose using Weave"
---

**Note:** You are looking at our `old-guides` repository. The guides in here haven't been updated in a while.
They might or might not work for you. We are keeping them around for informational purposes.

---

In this Part 3 of the guide you will be introduced to using Weave Net with Docker Swarm and Docker Compose.

[Docker Machine](https://docs.docker.com/machine/) makes it really easy to create Docker hosts (VMs) on your computer, on cloud providers and inside your own data center. It creates servers, installs Docker on them, and configures the Docker client to talk to them.
Expand Down

0 comments on commit e79822c

Please sign in to comment.