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