Difference between revisions of "Process/Docker Workflow"

From PKC
Jump to navigation Jump to search
Line 15: Line 15:


* Denied: Need access to the xlp0 account.   
* Denied: Need access to the xlp0 account.   


 
== Todo ==
== [https://docs.docker.com/registry/deploying/#basic-configuration Basic Configuration] ==  
* Storage customization  
=== Turn into docker register ===
* [https://docs.docker.com/registry/deploying/#deploy-your-registry-using-a-compose-file Deploy as docker-compose]
=== Storage customization ===
== [https://docs.docker.com/registry/deploying/#deploy-your-registry-using-a-compose-file Deploy as docker-compose] ==

Revision as of 08:32, 25 July 2021

docker commit -a"KevinTung" -m"This is the testing of PKC Workflow" 36f0da0de458 localhost:5000/mediawiki:1.1
docker push localhost:5000/mediawiki:1.1
docker image remove localhost:5000/mediawiki:1.1
docker pull localhost:5000/mediawiki:1.1
  • Successfully pushed to local registry.
  • Push to the xlp0 repo
docker push xlp0/mediawiki:1.1
  • Denied: Need access to the xlp0 account.

Todo