зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
9 строки
404 B
Plaintext
9 строки
404 B
Plaintext
2025
|
|
https://www.reddit.com/r/silverblue/comments/1g428p0/getting_docker_to_work_with_distrobox_on/
|
|
curl -O https://download.docker.com/linux/fedora/docker-ce.repo |
|
|
sudo tee /etc/yum.repos.d/docker-ce.repo
|
|
sudo groupadd docker
|
|
sudo usermod -aG docker $USER
|
|
rpm-ostree refresh-md
|
|
rpm-ostree install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|