ibm-cloud-docs / containers

IBM Bluemix Container Service documentation
https://console.bluemix.net/docs/containers/container_index.html
48 stars 123 forks source link

Tutorial docker command issues #2603

Closed petercort closed 2 years ago

petercort commented 2 years ago

On the tutorial lesson 2: https://cloud.ibm.com/docs/containers?topic=containers-cs_cluster_tutorial#cs_cluster_tutorial_lesson2

  1. Docker commands in Step 3.3 and 4.2 are missing the 'build' argument in the code snippet.

  2. There should be a push command after each docker build step (3.3, 4.2, 5.2), currently that is being omitted.

docker push <region>.icr.io/<namespace>/<repo>:<image#>

  1. The docker build command in 5.2 is perhaps referencing an old bit of ibmcloud cli functionality(?) but isn't a registered command.
yingyeliu commented 2 years ago

Thanks for your feedback. We have updated the documentation accordingly.