We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
%%IMAGE%%
1 parent 05f6608 commit c515e74Copy full SHA for c515e74
traefik/content.md
@@ -29,7 +29,7 @@ Start Traefik v3:
29
docker run -d -p 8080:8080 -p 80:80 \
30
-v $PWD/traefik.yml:/etc/traefik/traefik.yml \
31
-v /var/run/docker.sock:/var/run/docker.sock \
32
- traefik:v3
+ %%IMAGE%%:v3
33
```
34
35
Start a backend server using the `traefik/whoami` image:
@@ -89,7 +89,7 @@ Start Traefik v2:
89
90
91
92
-traefik:v2.11
+%%IMAGE%%:v2.11
93
94
95
0 commit comments