Skip to content

Instantly share code, notes, and snippets.

@Himura2la
Last active November 21, 2021 12:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Himura2la/91bde16190156bb02082fe407d96fc95 to your computer and use it in GitHub Desktop.
Save Himura2la/91bde16190156bb02082fe407d96fc95 to your computer and use it in GitHub Desktop.
Install podman on WSL Debian (2021)
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