Difference between revisions of "Process/Docker Workflow"

From PKC
Jump to navigation Jump to search
Line 6: Line 6:
docker pull localhost:5000/mediawiki:1.1
docker pull localhost:5000/mediawiki:1.1
</syntaxhighlight>
</syntaxhighlight>
* Successfully pushed to local registry.


Push to the xlp0 repo
* Push to the xlp0 repo


<syntaxhighlight lang="shell">
<syntaxhighlight lang="shell">
Line 13: Line 14:
</syntaxhighlight>
</syntaxhighlight>


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




Deploy the docker image
== [https://docs.docker.com/registry/deploying/#basic-configuration Basic Configuration] ==  
== [https://docs.docker.com/registry/deploying/#basic-configuration Basic Configuration] ==  
=== Turn into docker register ===  
=== Turn into docker register ===  
=== 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:31, 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.


Basic Configuration

Turn into docker register

Storage customization

Deploy as docker-compose