Skip to content

Instantly share code, notes, and snippets.

@tompao
Last active October 18, 2019 08:02
Show Gist options
  • Save tompao/08f2198810abefbdb493c31248ef66cf to your computer and use it in GitHub Desktop.
Save tompao/08f2198810abefbdb493c31248ef66cf to your computer and use it in GitHub Desktop.
Installation of rootless Docker on Linux
export PATH=/home/$USER/bin:$PATH
export DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock
#!/usr/bin/env bash
sudo apt-get install -y uidmap
curl -fsSL https://get.docker.com/rootless | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment