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.

wyoung 2023-01-17 20:32 trunk
Commit 6eefa9b0d7b13c541790b814573c819f237c1ac0a332039350d72ef0152d78df
1 file changed +2 -2
--- www/containers.md
+++ www/containers.md
@@ -593,12 +593,12 @@
593593
aren’t complicated. Simply apply that patch to our stock `Dockerfile`
594594
and rebuild:
595595
596596
```
597597
$ patch -p0 < containers/Dockerfile-nojail.patch
598
- $ docker build -t fossil:nojail .
599
- $ docker create \
598
+ $ podman build -t fossil:nojail .
599
+ $ podman create \
600600
--name fossil-nojail \
601601
--publish 127.0.0.1:9999:8080 \
602602
--volume ~/museum:/museum \
603603
fossil:nojail
604604
```
605605
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button