3. Tag and push image to FPT Container Registry

  • Tag the image to the URI of the FPT Container Registry.

docker tag ScOURCE_IMAGE[:TAG]

registry.fke.fptcloud.com/registry-id/REPOSITORY[:TAG]

  • Then execute the push image command. docker push

registry.fke.fptcloud.com/registry-id/REPOSITORY[:TAG]

  • After the push image is successful, the image will appear in the admin list.

Last updated