Process/Docker Workflow

From PKC
Revision as of 08:32, 25 July 2021 by KevinTung (talk | contribs)
Jump to navigation Jump to search
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