IBM / container-service-getting-started-wt

Other
95 stars 212 forks source link

remove full docker requirement needed get image in repo #95

Closed ibmrcruicks closed 4 years ago

ibmrcruicks commented 5 years ago

to get this lab to work, user needs to have full docker service running locally this means mixing

  1. ibmcloud cr
  2. ibmcloud cs
  3. docker
  4. kubectl

replacing the docker build+push steps with ibmcloud cr build would reduce complexity and context switching. This would also allow users to install a docker cli rather than the full service - a more attractive option for developers new to K*S, Docker and IBM Cloud

bhpratt commented 4 years ago

agreed. addressed with PR: https://github.com/IBM/container-service-getting-started-wt/pull/107