HewlettPackard / oneview-golang

Golang bindings for OneView api's
Apache License 2.0
27 stars 21 forks source link

Fix Docker Setup section in README.md #285

Closed padlia closed 3 years ago

padlia commented 3 years ago

Scenario/Intent

Reading up the documentation to install docker container

Environment Details

-Not Applicable-

Steps to Reproduce

[What are the complete steps needed to do in order to reproduce your problem?]

Read https://github.com/HewlettPackard/oneview-golang/blob/master/README.md#docker-setup

Expected Result

[What do you expect to happen after taking the steps above?]

Expect the section to refer golang SDK and not Ruby SDK

Actual Result

[What actually happens after the steps above? Include error output or a link to a gist.]

From https://github.com/HewlettPackard/oneview-golang/blob/master/README.md#docker-setup

The light weight containerized version of the HPE OneView SDK for Ruby is available in the Docker Store. The Docker Store image tag consist of two sections:

  1. In the above statement, Ruby should be replaced with golang.
  2. In the above statement, the URL to Docker Store should point to golang container, and not the Ruby container.
AsisBagga commented 3 years ago

@padlia Hi Padlia, Thanks for pointing this out. Will take care of this issue in our coming release.

padlia commented 3 years ago

OK, thx @AsisBagga

AsisBagga commented 3 years ago

The Changes are updated in the source code, good to close the issue.