Last active
September 30, 2021 18:58
-
-
Save akamas/df6324fd8f368fab5a660ffd8ea1aa3a to your computer and use it in GitHub Desktop.
ubuntu upgrade 20.04. to 21.04 | install podman podman-compose cockpit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm /etc/apt/sources.list && wget https://gist.githubusercontent.com/akamas/99c959e768ed202ee3b2d8db60369928/raw/4709678cb7f35cd54a1534daebdac74332efd446/sources.list -c -O sources.list && mv sources.list /etc/apt/ && cd /etc/apt/ && chmod +x sources.list && apt update && apt-get full-upgrade -y && cd && apt-get -y install podman python3-pip && pip3 install podman-compose && alias docker=podman && apt-get install -y cockpit-podman && reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment