Skip to content

Commit

Permalink
docs: add notes for libvirtd status (blue-build#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Apr 21, 2023
1 parent ec0eb37 commit ce726b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ CoreOS expects the user to run services using [podman](https://podman.io). `moby

To maintain this image's suitability as a minimal container host, most add-on services are not auto-enabled.

To activate any of the pre-installed `cockpit`, `docker`, `libvirtd`, `tailscaled` services, etc:
To activate pre-installed services (`cockpit`, `docker`, `tailscaled` services, etc):

```bash
sudo systemctl enable --now SERVICENAME.service
```

Note: `libvirtd` is enabled by default, but only starts when triggerd by it's socket (eg, using `virsh` or other clients).

### Docker/Moby and Podman

NOTE: CoreOS [cautions against](https://docs.fedoraproject.org/en-US/fedora-coreos/faq/#_can_i_run_containers_via_docker_and_podman_at_the_same_time) running podman and docker containers at the same time. Thus, `docker.socket` is disabled by default to prevent accidental activation of the docker daemon, given podman is the default.
Expand Down

0 comments on commit ce726b8

Please sign in to comment.