Last active
November 21, 2021 12:47
-
-
Save Himura2la/91bde16190156bb02082fe407d96fc95 to your computer and use it in GitHub Desktop.
Install podman on WSL Debian (2021)
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
sudo apt -y install podman | |
sed -e 's/# cgroup_manager = "systemd"/cgroup_manager = "cgroupfs"/' \ | |
-e 's/# events_logger = "journald"/events_logger = "file"/' \ | |
/usr/share/containers/containers.conf | sudo tee /etc/containers/containers.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment