Skip to content

clabi-lab/hello-clabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-clabi (with NKS)

git clone 진행

git clone https://github.com/clabi-lab/hello-clabi.git

NKS registry 확인

image

-> clabi-registry.kr.ncr.ntruss.com

docker build

※ registry 이름을 포함하여 tag 작성

cd hello-clabi
docker build -t clabi-registry.kr.ncr.ntruss.com/hello-clabi:1.0 .

docker login

docker login

※ 계정은 access key/secret key

docker push

docker push clabi-registry.kr.ncr.ntruss.com/hello-clabi:1.0

docker pull test

docker pull clabi-registry.kr.ncr.ntruss.com/hello-clabi:1.0

docker start

docker run -d --name hello -p8080:80 clabi-registry.kr.ncr.ntruss.com/hello-clabi:1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published