Closed petercort closed 2 years ago
On the tutorial lesson 2: https://cloud.ibm.com/docs/containers?topic=containers-cs_cluster_tutorial#cs_cluster_tutorial_lesson2
Docker commands in Step 3.3 and 4.2 are missing the 'build' argument in the code snippet.
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#>
Thanks for your feedback. We have updated the documentation accordingly.
On the tutorial lesson 2: https://cloud.ibm.com/docs/containers?topic=containers-cs_cluster_tutorial#cs_cluster_tutorial_lesson2
Docker commands in Step 3.3 and 4.2 are missing the 'build' argument in the code snippet.
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#>