Skip to content

Commit

Permalink
updated 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Ivanov committed Apr 20, 2021
1 parent 9d5f360 commit 571dd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ git clone https://github.com/DDNStorage/Intelliflash-smi-s-plugin /opt/Intellifl

2. Untar image
```bash
tar -zxvf /opt/Intelliflash-smi-s-plugin/bin/smis-server.tar.gz
tar -zxvf /opt/Intelliflash-smi-s-plugin/bin/smis-server.tar.gz -C /opt/Intelliflash-smi-s-plugin/bin/
```

3. Load image
Expand All @@ -93,7 +93,7 @@ docker load -i /opt/Intelliflash-smi-s-plugin/bin/smis-server.tar
## How to start SMIS container

```bash
docker run -dit -p 5988:5988 -p 5989:5989 -v /root/repos/smi-s-pegasus/config:/etc/cimserver smis-server:1.0
docker run -dit -p 5988:5988 -p 5989:5989 -v /opt/Intelliflash-smi-s-plugin/config:/etc/cimserver smis-server:1.0
```

## How to stop SMIS container
Expand Down
Binary file modified bin/smis-server.tar.gz
Binary file not shown.

0 comments on commit 571dd82

Please sign in to comment.