Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-shuliu authored Feb 18, 2025
1 parent a04043f commit 91c47b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This will spin up 3 (or 4, if you're working on v0.10.x) containers, which are:
- `ipm-oras-1`, a container WITHOUT any IRIS instance. This container is based on [zot](https://github.com/project-zot/zot) and provides an OCI image registry, with port 5000 published to the host OS at 5000. On the Docker network, this container has the hostname `oras`.

### Important notes
- In both `ipm-iris-1` and `ipm-sandbox-1`, the IPM repo itself is mounted at `/home/iris`.
- In both `ipm-iris-1` and `ipm-sandbox-1`, the IPM repo itself is mounted at `/home/irisowner/zpm/`.
- Sometimes `ipm-registry-1` doesn't install zpm-registry properly; you may need to perform the following steps to manually make it work:
- Run `docker exec -it ipm-registry-1 /bin/bash` to access the container.
- Inside the container, run `iris session iris` to access the IRIS instance.
Expand Down

0 comments on commit 91c47b5

Please sign in to comment.