Skip to content

Commit

Permalink
Merge a1c395f into bbf3616
Browse files Browse the repository at this point in the history
  • Loading branch information
nabhajit-ray committed Jun 23, 2020
2 parents bbf3616 + a1c395f commit 3b52ddf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ The HPE OneView Python library depends on the
2/3 compatibility. This will be installed automatically if you use the installation
methods described below.

##Using Docker container
We also provide a lightweight and easy way to test and run `oneview-python`. The `hewlettpackardenterprise/hpe-oneview-sdk-for-python:<tag>` docker image contains an installation of oneview-python installation you can use by just pulling down the Docker Image:

The Docker Store image `tag` consist of two sections: `<sdk_version-OV_version>`

```bash
# Download and store a local copy of oneview-python and
# use it as a Docker image.
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v5.2.0-OV5.2

Run docker commands and this will in turn create
# a sh session where you can create files, issue commands and execute the tests
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v5.2.0-OV5.2 /bin/sh
```


## Installation

### From source
Expand Down

0 comments on commit 3b52ddf

Please sign in to comment.