Docker Registry by Docker Compose

데이터 저장할 디렉터리 생성 config file 생성 Create Certs SSL move certs directory Create Key Create csr Deconding Key File create ext config file Create CRT Apply Certs Create registry.yml compose file Start registry Client Apply Certs Server에서 생성한 server.crt 파일을 Client PC로 옮긴 후 아래 진행 Windows server.crt 파일을 오른쪽 마우스 클릭 후 인증서 … Read more

Docker Ubuntu20.04.3LTS Install

기존 Docker 제거 repository 셋업 Docker official GPS Key 자신에 맞는 repository stable 적용본 글은 arm64를 사용했고 다른 사용자는 아래 링크로 가서 해당 글들을 따라하기를 권장한다. Install Docker Engine on Ubuntu | Docker Documentation Docker Engine 설치 업데이트 Docker Engine 찾기 예시 docker-ce | 5:20.10.8~3-0~ubuntu-focal | https://download.docker.com/linux/ubuntu focal/stable arm64 Packagesdocker-ce | 5:20.10.7~3-0~ubuntu-focal | https://download.docker.com/linux/ubuntu focal/stable … Read more