Этот коммит содержится в:
Ihar Hancharenka 2025-02-02 14:12:26 +03:00
родитель a5337164c7
Коммит e432627fb8

Просмотреть файл

@ -1,13 +1,14 @@
2023
https://www.fosslinux.com/95109/how-to-install-docker-on-fedora.htm
sudo dnf install dnf-plugins-core
# sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
# sudo dnf config-manager setopt google-chrome.enabled=1
fedora 41
curl -fsSL https://get.docker.com -o get-docker.sh
chmod u+x ./get-docker.sh
sudo sh ./get-docker.sh
fedora 40
sudo dnf install dnf-plugins-core
sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf config-manager setopt google-chrome.enabled=1
all
sudo dnf makecache
sudo dnf install docker-ce docker-ce-cli containerd.io docker-compose-plugin
@ -17,11 +18,15 @@ sudo groupadd docker
sudo usermod -aG docker $USER
sudo reboot
https://stackoverflow.com/questions/47854463/docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socke
chown ...
dockerd-rootless-setuptool.sh install
Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
To run the Docker daemon as a fully privileged service, but granting non-root
users access, refer to https://docs.docker.com/go/daemon-access/
2023
https://www.fosslinux.com/95109/how-to-install-docker-on-fedora.htm
qa
https://stackoverflow.com/questions/47854463/docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socke
chown ...