containers/ws: Adjust install instructions for image download

Apparently podman on Fedora CoreOS has stopped looking into the
docker.io registry by default, so that a bare "cockpit/ws" would just
check registry.fedoraproject.org.

See https://github.com/cockpit-project/cockpit-container/issues/20

Closes #14380
This commit is contained in:
Martin Pitt 2020-07-21 08:23:26 +02:00 committed by GitHub
parent 88a4f270de
commit 2256ae091e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@ Cockpit packages.
4. Run the Cockpit web service with this privileged container (as root):
```
podman container runlabel --name cockpit-ws RUN cockpit/ws
podman container runlabel --name cockpit-ws RUN docker.io/cockpit/ws
```
5. Make Cockpit start on boot:
```
podman container runlabel INSTALL cockpit/ws
podman container runlabel INSTALL docker.io/cockpit/ws
systemctl enable cockpit.service
```