Replace docker with podman
This commit is contained in:
parent
dedf8f1b8c
commit
624c4d9286
2 changed files with 5 additions and 4 deletions
|
@ -598,9 +598,10 @@ function upgrade2ultimate
|
|||
android-studio-launcher" >> /tmp/setup-assistant/pkgs.txt
|
||||
fi
|
||||
if grep -R "Docker" /tmp/setup-assistant/development.txt; then
|
||||
echo "docker
|
||||
docker-compose" >> /tmp/setup-assistant/pkgs.txt
|
||||
echo "sudo systemctl enable --now docker" >> /tmp/setup-assistant/setup_root.sh
|
||||
echo "podman-docker
|
||||
podman-compose
|
||||
crun" >> /tmp/setup-assistant/pkgs.txt
|
||||
echo "sudo systemctl enable --now podman.socket" >> /tmp/setup-assistant/setup_root.sh
|
||||
fi
|
||||
if grep -R "BlackArch" /tmp/setup-assistant/development.txt; then
|
||||
echo "curl -O https://blackarch.org/strap.sh
|
||||
|
|
|
@ -13,7 +13,7 @@ PyCharm (Community Edition)
|
|||
false
|
||||
Android Studio
|
||||
false
|
||||
Docker and docker-compose
|
||||
Podman (Docker, usable with docker commands)
|
||||
false
|
||||
BlackArch Repository (Pentesting repo)
|
||||
false
|
||||
|
|
Loading…
Reference in a new issue