We have a distrobox container to run docker and it will export the socket to the expected location o
We have a distrobox container to run docker and it will export the socket to the expected location on the host.
No need to layer.
No need to layer.
sudo curl -o /etc/yum.repos.d/docker-ce.repo https://download.docker.com/linux/fedora/docker-ce.repo
sudo curl -o /etc/pki/rpm-gpg/docker-ce.gpg https://download.docker.com/linux/fedora/gpg
sudo sed -i 's|https://download.docker.com/linux/fedora/gpg|file:///etc/pki/rpm-gpg/docker-ce.gpg|' /etc/yum.repos.d/docker-ce.repo
sudo rpm-ostree install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin