We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2b16c commit 7ca9281Copy full SHA for 7ca9281
dev.md
@@ -11,16 +11,16 @@ docker rm -f $(docker ps -qa)
11
12
## build container with no cache
13
```
14
-docker-compose build --no-cache --progress=plain
+docker compose build --no-cache --progress=plain
15
16
## start iris container
17
18
-docker-compose up -d
+docker compose up -d
19
20
21
## open iris terminal in docker
22
23
-docker exec iris iris session iris -U IRISAPP
+docker exec iris iris session iris -U USER
24
25
26
@@ -118,4 +118,4 @@ docker run --rm --name iris-ce -d -p 9092:52773 containers.intersystems.com/inte
118
119
120
list all the specs:
121
-http://localhost:52773/api/mgmnt/
+http://localhost:52773/api/mgmnt/
0 commit comments