Skip to content

Commit

Permalink
podman install
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Oct 22, 2022
1 parent ab409d1 commit 75c438a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -1266,4 +1266,10 @@ docker volume rm typo3_db_data


# [Podman](https://podman.io/)
```sh
. /etc/os-release
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -L "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add -
sudo apt install podman
```
# [Buildah](https://github.com/containers/buildah)

0 comments on commit 75c438a

Please sign in to comment.