update docker install
This commit is contained in:
parent
91f2697bae
commit
0e60a8fe0d
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@ if command_exists "dnf"; then
|
|||
#systemctl enable --now --user podman
|
||||
|
||||
# install docker-compose
|
||||
sudo dnf remove podman podman-docker -y
|
||||
sudo dnf config-manager addrepo --from-repofile https://download.docker.com/linux/fedora/docker-ce.repo
|
||||
sudo dnf install docker-ce-cli docker-ce
|
||||
sudo dnf install docker-ce{,-cli,-rootless-extras}
|
||||
sudo dnf enable --now docker
|
||||
|
||||
# rootless
|
||||
|
|
Loading…
Add table
Reference in a new issue