question

cyn80171229 avatar image
cyn80171229 asked

Questions about uploading containers to playfab Multiplayer

docker login DnsName -u username -p password

docker tag your_container_image_name:your_container_image_tagDnsName/your_container_image_name:your_container_image_tag

docker push DnsName/your_container_image_name:your_container_image_tag


your_container_image_tagDnsName how to get this parameter,Or is there a document link?


10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
JayZuo avatar image
JayZuo answered

I'd believe there is a typo in your command. The correct command is

docker tag your_container_image_name:your_container_image_tag DnsName/your_container_image_name:your_container_image_tag

And the DnsName is returned by GetContainerRegistryCredentials method.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.