도커 -> 로컬pc로 파일 전송
$ sudo docker cp <container>:/path/to/file.ext .
로컬pc -> 도커로 파일 전송
$ sudo docker cp file.ext <container>:/path/to/file.ext
hardcarry0000@hardcarry:~$sudo docker image prune -a
WARNING! This will remove all images without at least one container associated to them.
Are you sure you want to continue? [y/N] y