도커 시스템 폴더 변경

/etc/docker/daemon.json 파일 생성, 내용추가 루트리스는 ~/.config/docker/daemon.json 내용 수정

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