Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
(cherry picked from commit 02d560a)
  • Loading branch information
abhijeetkaurav1st committed Feb 2, 2024
1 parent a089c04 commit 92028f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -193,11 +193,12 @@ Sample Project Flow for `Project Admin` users:

## Docker
- For Self-Service(formerly Calm) version less than 3.7.2.1:
- Latest image: `docker pull ntnx/calm-dsl`
- Run: `docker run -it ntnx/calm-dsl`
- Latest image: `docker pull ntnx/calm-dsl:{tag}`
- Run: `docker run -it ntnx/calm-dsl:{tag}`
- From Self-Service(formerly Calm) version 3.7.2.1 onwards:
- Latest image: `docker pull nutanix/calm-dsl`
- Run: `docker run -it nutanix/calm-dsl`
- Latest image: `docker pull nutanix/calm-dsl:{tag}`
- Run: `docker run -it nutanix/calm-dsl:{tag}`
- Note: Tag starts with `v`. Ex: `v3.7.2.1`, `v3.7.0`.

## Dev Setup
MacOS:
Expand Down

0 comments on commit 92028f6

Please sign in to comment.