Fossil SCM
Sanitized a local port number out of previous
Commit
3dfa458167a6e324460bbe27604d881aa90218c8f9f732c403683cf4f367eb0a
Parent
1e8c6655280010f…
1 file changed
+1
-1
+1
-1
| --- www/containers.md | ||
| +++ www/containers.md | ||
| @@ -785,11 +785,11 @@ | ||
| 785 | 785 | ``` |
| 786 | 786 | $ sudo systemd-nspawn \ |
| 787 | 787 | --oci-bundle=/var/lib/machines/fossil \ |
| 788 | 788 | --machine=fossil \ |
| 789 | 789 | --network-veth \ |
| 790 | - --port 48331:8080 | |
| 790 | + --port=9999:8080 | |
| 791 | 791 | $ sudo machinectl list |
| 792 | 792 | No machines. |
| 793 | 793 | ``` |
| 794 | 794 | |
| 795 | 795 | This is why I wrote “reportedly” above: it doesn’t work on two different |
| 796 | 796 |
| --- www/containers.md | |
| +++ www/containers.md | |
| @@ -785,11 +785,11 @@ | |
| 785 | ``` |
| 786 | $ sudo systemd-nspawn \ |
| 787 | --oci-bundle=/var/lib/machines/fossil \ |
| 788 | --machine=fossil \ |
| 789 | --network-veth \ |
| 790 | --port 48331:8080 |
| 791 | $ sudo machinectl list |
| 792 | No machines. |
| 793 | ``` |
| 794 | |
| 795 | This is why I wrote “reportedly” above: it doesn’t work on two different |
| 796 |
| --- www/containers.md | |
| +++ www/containers.md | |
| @@ -785,11 +785,11 @@ | |
| 785 | ``` |
| 786 | $ sudo systemd-nspawn \ |
| 787 | --oci-bundle=/var/lib/machines/fossil \ |
| 788 | --machine=fossil \ |
| 789 | --network-veth \ |
| 790 | --port=9999:8080 |
| 791 | $ sudo machinectl list |
| 792 | No machines. |
| 793 | ``` |
| 794 | |
| 795 | This is why I wrote “reportedly” above: it doesn’t work on two different |
| 796 |