Skip to content

Commit 1bf9eed

Browse files
Update README.md with rootless podman instructions
1 parent b4e14f1 commit 1bf9eed

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,25 @@ Git submodules for content:
5656

5757
## Instructions
5858

59+
### Rootless Podman
60+
61+
Tested with a Fedora 38 XFCE qube.
62+
63+
1. Install `podman`.
64+
65+
2. Clone this repo, including all submodules, and enter it:
66+
67+
$ git clone --recursive https://github.com/QubesOS/qubesos.github.io.git
68+
$ cd qubesos.github.io/
69+
70+
3. Build and serve the website:
71+
72+
$ make rootless
73+
74+
4. Open your browser and navigate to:
75+
76+
http://127.0.0.1:4000/
77+
5978
### Podman Compose
6079

6180
These instructions have been tested on a Fedora 33 qube. Podman is not

0 commit comments

Comments
 (0)