post_install Setup for docker-rootless-extras
Setup on your userspace, i,e exec this command and following instruction.
$ dockerd-rootless-setuptool.sh check
systemd Setup for docker-rootless-extras
Start rootless docker with systemd.
$ systemctl start --user dockerd-rootless.service
To launch the daemon on system startup.
$ systemctl enable --user dockerd-rootless.service
Exec docker command on docker-rootless-extras
Following this commands.
$ export DOCKER_HOST=unix:///run/user/1000/docker.sock
$ docker info
Pinned Comments