Skip to content

Commit 1a12f35

Browse files
committed
copy updates
1 parent 36cba80 commit 1a12f35

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

traefik_stack5/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## Introduction
1+
## What is this?
22

3-
This docker stack will run many services (Traefik (with auth), Socat, Portainer, Nginx, Caddy, Whoami) in a straightforward copy-paste command. Please also refer the [README](https://github.com/pascalandy/docker-stack-this/blob/master/README.md) at the root of this repo.
3+
Using a **one-liner**, this docker stack will run many services (Traefik (with auth), Socat, Portainer, Nginx, Caddy, Whoami) in a straightforward copy-paste command.
4+
5+
You may also refer the [README](https://github.com/pascalandy/docker-stack-this/blob/master/README.md) at the root of this repo.
46

57
## Start here
68
1. Go to http://labs.play-with-docker.com/
79
2. Create **one** instance
8-
3. Copy-paste:
10+
3. Copy-paste this one-liner:
911

1012
#### Stable setup (recommended)
1113

@@ -142,9 +144,7 @@ Insert this string in your `.configs/traefik.toml`.
142144

143145
#### Traefik version
144146

145-
In `toolproxy.yml` look for something like `traefik:1.7.12`.
146-
147-
In some mono-repo, I **my own traefik image**. Feel free to use the official images. It will not break anything.
147+
In `toolproxy.yml` look for something like `traefik:1.7.19`.
148148

149149
#### Other stuff to know?
150150

@@ -167,7 +167,6 @@ In the active path, just execute those bash-scripts:
167167

168168
- `./runup.sh`
169169
- `./rundown.sh`
170-
- `./runctop.sh`
171170

172-
**Bonus!** `./runctop.sh` is not a stack but a simple docker run to see the memory consumed by each container.
171+
**Bonus!** `./runctop.sh` is not a stack but a simple `docker run` to see the memory consumed by each container.
173172

0 commit comments

Comments
 (0)