How do I use docker in Silverblue F36

Silverblue offically provice toobox as a container, you can manage it with podman. But sometime it cannot meet our needs, thus we need to install docker. Following offcial document, you will find that docker cannot be installed. Here is how I deal with this. Installing Docker and Docker Compose Don’t need to install docker-ce or any other package, just running rpm-ostree ostree install docker to install Docker. if needed, you can run rpm-ostree ostree install docker to install docker-compose....

May 8, 2022 · Peng Cheong