Skip to content

Commit

Permalink
dev md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov committed Aug 2, 2024
1 parent 238eadb commit 5e37f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ docker rm -f $(docker ps -qa)

## build container with no cache
```
docker-compose build --no-cache --progress=plain
docker compose build --no-cache --progress=plain
```
## start iris container
```
docker-compose up -d
docker compose up -d
```

## open iris terminal in docker
```
docker-compose exec iris iris session iris -U USER
docker compose exec iris iris session iris -U USER
```

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

0 comments on commit 5e37f9f

Please sign in to comment.