docker manager on ubuntu 18.04

manage by a non-root user

sudo usermode -a -G docker username

change docker default store dir

use 'docker info ' command get docker info

edit /etc/docker/daemon.json. If you don't have this file, you could create one with the contents

{ "data-root": "/raid/docker-data"}

你可能感兴趣的:(docker manager on ubuntu 18.04)