ibm bluemix - Problems accessing IBM Containers at UK Data Center -


note: question related bluemix container service, not generic docker.

i have linux environment cf , ice tools installed , working correctly us_south data center. changed login parameters uk data center , now, although login correctly container service fails when executing command 404.

command failed container cloud service 404 not found: requested route ('api-ice.eu-gb.bluemix.net') not exist. 

i did login following documentation:

ice login -a https://api.eu-gb.bluemix.net -h https://api-ice.eu-gb.bluemix.net/v2/containers -r registry.eu-gb.bluemix.net 

and said login successful.

try london:

ice login -h containers-api.eu-gb.bluemix.net -r registry.eu-gb.bluemix.net -a api.eu-gb.bluemix.net

for south:

ice login -h containers-api.ng.bluemix.net -r registry.ng.bluemix.net -a api.ng.bluemix.net

api-ice.eu-gb.bluemix.net should throw 404. when closed our our public beta changed our api server use containers-api.{domain} pattern. (while temporarily leaving api-ice.ng.bluemix.net available folks needing migrate beta.)

we updating docs. pointing out.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -