From 624c4d928605b6064f67a660a8a88ff71787743f Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Thu, 3 Dec 2020 13:25:10 +0100 Subject: [PATCH] Replace docker with podman --- usr/bin/setup-assistant | 7 ++++--- usr/lib/setup-assistant/development.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/usr/bin/setup-assistant b/usr/bin/setup-assistant index 660df38..2b3a12d 100755 --- a/usr/bin/setup-assistant +++ b/usr/bin/setup-assistant @@ -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 diff --git a/usr/lib/setup-assistant/development.txt b/usr/lib/setup-assistant/development.txt index 6a5c9af..814a76f 100644 --- a/usr/lib/setup-assistant/development.txt +++ b/usr/lib/setup-assistant/development.txt @@ -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