docker container 로 서버 세팅 등 작업을 다 해놨다면 그대로 이미지로 떠서 dockerhub 레포지토리에 업로드 해놓고 나중에 다른환경에서도 바로 pull 받아서 사용할 수 있다. git과 비슷하게 생각하면 된다. 1. dockerhub에서 해당 이미지를 관리할 레포지토리 생성 2. 컨테이너를 commit 해서 hub에 올릴 image를 생성 3. 생성한 image를 dockerhub 로 push 4. image를 pull 받아서 사용 1. dockerhub에서 해당 이미지를 관리할 레포지토리 생성 https://hub.docker.com/repositories Docker Hub hub.docker.com 도커허브에 계정을 생성하고 Repositories 메뉴 -> Create Repos..