因为服务器的硬盘比较小,所以外挂了硬盘,但是不知道如何移植 docker container log 目录.
默认是 /var/lib/docker/container
想修改到 /storger/docker/container
里。
巴扎黑2017-04-22 08:58:17
Set the directory path as the root directory when Docker is running
docker --graph={path}
阿神2017-04-22 08:58:17
You can stop docker and move the directory there, then use ln -s to create a link