Skip to content

Commit

Permalink
updated description
Browse files Browse the repository at this point in the history
(cherry picked from commit a7b50e7)
  • Loading branch information
abhijeetkaurav1st committed Jan 30, 2024
1 parent 23e9e26 commit a089c04
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,12 @@ Sample Project Flow for `Project Admin` users:
- Update ACPs: `calm update acp "acp_developer_name" --project "project_name" --add_user "user_1" --remove_user "user_3" --add_group "group_1" --remove_group "group_3"`.

## Docker
- Latest image: `docker pull nutanix/calm-dsl`
- Run: `docker run -it nutanix/calm-dsl`
- 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`
- 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`

## Dev Setup
MacOS:
Expand Down

0 comments on commit a089c04

Please sign in to comment.