Fossil SCM
Fixed a copy-paste error in the Podman sections of the container doc: was using "docker" commands instead of "podman" in a few places. That'll work for people who aliased them, but it's confusing.
Commit
6eefa9b0d7b13c541790b814573c819f237c1ac0a332039350d72ef0152d78df
Parent
da545c9e79ba70e…
1 file changed
+2
-2
+2
-2
| --- www/containers.md | ||
| +++ www/containers.md | ||
| @@ -593,12 +593,12 @@ | ||
| 593 | 593 | aren’t complicated. Simply apply that patch to our stock `Dockerfile` |
| 594 | 594 | and rebuild: |
| 595 | 595 | |
| 596 | 596 | ``` |
| 597 | 597 | $ patch -p0 < containers/Dockerfile-nojail.patch |
| 598 | - $ docker build -t fossil:nojail . | |
| 599 | - $ docker create \ | |
| 598 | + $ podman build -t fossil:nojail . | |
| 599 | + $ podman create \ | |
| 600 | 600 | --name fossil-nojail \ |
| 601 | 601 | --publish 127.0.0.1:9999:8080 \ |
| 602 | 602 | --volume ~/museum:/museum \ |
| 603 | 603 | fossil:nojail |
| 604 | 604 | ``` |
| 605 | 605 |
| --- www/containers.md | |
| +++ www/containers.md | |
| @@ -593,12 +593,12 @@ | |
| 593 | aren’t complicated. Simply apply that patch to our stock `Dockerfile` |
| 594 | and rebuild: |
| 595 | |
| 596 | ``` |
| 597 | $ patch -p0 < containers/Dockerfile-nojail.patch |
| 598 | $ docker build -t fossil:nojail . |
| 599 | $ docker create \ |
| 600 | --name fossil-nojail \ |
| 601 | --publish 127.0.0.1:9999:8080 \ |
| 602 | --volume ~/museum:/museum \ |
| 603 | fossil:nojail |
| 604 | ``` |
| 605 |
| --- www/containers.md | |
| +++ www/containers.md | |
| @@ -593,12 +593,12 @@ | |
| 593 | aren’t complicated. Simply apply that patch to our stock `Dockerfile` |
| 594 | and rebuild: |
| 595 | |
| 596 | ``` |
| 597 | $ patch -p0 < containers/Dockerfile-nojail.patch |
| 598 | $ podman build -t fossil:nojail . |
| 599 | $ podman create \ |
| 600 | --name fossil-nojail \ |
| 601 | --publish 127.0.0.1:9999:8080 \ |
| 602 | --volume ~/museum:/museum \ |
| 603 | fossil:nojail |
| 604 | ``` |
| 605 |