用docker 的id 登錄,然后可以獲取4小時(shí)的虛擬機(jī),對(duì)于實(shí)驗(yàn)來(lái)說(shuō)足夠了
成都創(chuàng)新互聯(lián)公司主營(yíng)洛扎網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營(yíng)網(wǎng)站建設(shè)方案,成都APP應(yīng)用開(kāi)發(fā),洛扎h5小程序開(kāi)發(fā)搭建,洛扎網(wǎng)站營(yíng)銷推廣歡迎洛扎等地區(qū)企業(yè)咨詢
來(lái)來(lái)來(lái),下一個(gè)repo 托管容器
#download registry image
docker run -d -p 5000:5000 --restart always --name register registry:2
秒下成功
#download hello-world image
docker pull hello-world
#下好了
docker ps -a
#tag & push image to local repostory
docker tag hello-world localhost:5000/hello-world
docker push localhost:5000/hello-world
#進(jìn)目錄看看image
docker exec -it register /bin/sh
goto /var/lib/registry/ , you can found all the images
#remove docker image
docker rmi hello-world
#download images from local repo 我感覺(jué)就是吃飽了撐的
docker pull localhost:5000/hello-world
docker images
找到一個(gè)docker repo的web ui
https://hub.docker.com/r/konradkleine/docker-registry-frontend
docker run \
-d \
-e ENV_DOCKER_REGISTRY_HOST=registry \
-e ENV_DOCKER_REGISTRY_PORT=5000 \
-p 8080:80 \
--link register:registry \
konradkleine/docker-registry-frontend:v2
#請(qǐng)注意register為local repo,registry為web ui
#眼睛一閉開(kāi)始下載
#docker rmi konradkleine/docker-registry-frontend:v2
到界面找mapping出來(lái)的端口,8080是docker repo的web ui,5000是repo的端口
found the hello world image
#tag & push a new image 更新了v2到v3
docker tag konradkleine/docker-registry-frontend:v2 localhost:5000/konradkleine/docker-registry-frontend:v3
docker push localhost:5000/konradkleine/docker-registry-frontend:v3
refresh repo web ui
網(wǎng)站題目:怎樣搭建本地dockerrepo?
網(wǎng)址分享:http://m.rwnh.cn/article32/jdijpc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站設(shè)計(jì)、電子商務(wù)、移動(dòng)網(wǎng)站建設(shè)、定制開(kāi)發(fā)、建站公司、品牌網(wǎng)站制作
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)