美文网首页
docker manager on ubuntu 18.04

docker manager on ubuntu 18.04

作者: siyongshuai | 来源:发表于2019-10-05 18:46 被阅读0次

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

      本文链接:https://www.haomeiwen.com/subject/meqypctx.html