Skip to content

Commit 5e37f9f

Browse files
committed
dev md fix
1 parent 238eadb commit 5e37f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: dev.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ docker rm -f $(docker ps -qa)
1616

1717
## build container with no cache
1818
```
19-
docker-compose build --no-cache --progress=plain
19+
docker compose build --no-cache --progress=plain
2020
```
2121
## start iris container
2222
```
23-
docker-compose up -d
23+
docker compose up -d
2424
```
2525

2626
## open iris terminal in docker
2727
```
28-
docker-compose exec iris iris session iris -U USER
28+
docker compose exec iris iris session iris -U USER
2929
```
3030

3131
## map iris key from Mac home directory to IRIS in container

0 commit comments

Comments
 (0)