Docker 데몬의 설정을 변경하기 위해 systemd service 파일을 직접 수정하는 방법은 해당 데몬을 업데이트할 경우 모두 초기화되기 때문에 불편함이 있다.
위치
/etc/docker/daemon.json
내용
{
"data-root": "/where/you/want"
}
Docker 데몬의 설정을 변경하기 위해 systemd service 파일을 직접 수정하는 방법은 해당 데몬을 업데이트할 경우 모두 초기화되기 때문에 불편함이 있다.
위치
/etc/docker/daemon.json
내용
{
"data-root": "/where/you/want"
}