November 2018
Intermediate to advanced
404 pages
10h 16m
English
With a namespace and newly-tagged Docker image, you can now push the image to Container Registry:
$ docker tag mynewkituraapp registry.ng.bluemix.net/angus/mynewkituraappThis time, the target image has a prefix of the destination path on Container Registry, which is registry.ng.bluemix.net followed by your namespace, /angus.
$ docker image lsYou'll see a new repository is created under the registry.ng.bluemix.net/angus/ path:
REPOSITORY TAG IMAGE ID CREATED SIZEmynewkituraapp latest dc056e17b52a 15 minutes ago 674MB
registry.ng.bluemix.net/angus/mynewkituraapp latest dc056e17b52a 15 minutes ago 674MBmynewkituraapp-swift-run ...Read now
Unlock full access