Difference between revisions of "Process/Docker Workflow"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
docker image remove localhost:5000/mediawiki:1.1 | docker image remove localhost:5000/mediawiki:1.1 | ||
docker pull localhost:5000/mediawiki:1.1 | docker pull localhost:5000/mediawiki:1.1 | ||
Push to the xlp0 repo | |||
<syntaxhighlight lang="shell"> | |||
docker push xlp0/mediawiki:1.1 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Denied: Need access to the xlp0 account. | |||
Deploy the docker image | Deploy the docker image |
Revision as of 08:30, 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
Push to the xlp0 repo
<syntaxhighlight lang="shell">
docker push xlp0/mediawiki:1.1
Denied: Need access to the xlp0 account.
Deploy the docker image