로딩
티스토리 데이터 처리 중입니다.

[Cloud] 5. Docker Registry

 [Cloud] 5. Docker Registry

In this post, we will learn about Docker's image Registry. Docker registry provides a function as a repository to store images created through Docker.

There are three types of registry supported by Docker as follows. - A Docker Hub site that is publicly operated on the Internet - When used inside the corporate network - Private Local Registry that can be installed and used on your local server.....