Difference between revisions of "Process/Docker Workflow"

From PKC
Jump to navigation Jump to search
Line 14: Line 14:
</syntaxhighlight>
</syntaxhighlight>


* Denied: Need access to the xlp0 account.
* Denied: Need access to the xlp0 account. [https://stackoverflow.com/questions/41984399/denied-requested-access-to-the-resource-is-denied-docker]


== Todo ==   
== Todo ==   
* Storage customization  
* Storage customization  
* [https://docs.docker.com/registry/deploying/#deploy-your-registry-using-a-compose-file Deploy as docker-compose]
* [https://docs.docker.com/registry/deploying/#deploy-your-registry-using-a-compose-file Deploy as docker-compose]

Revision as of 08:34, 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. [1]

Todo