Skip to content

Commit 2d9ee3b

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
added cheat sheet and updated iris build
1 parent 1368610 commit 2d9ee3b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG IMAGE=store/intersystems/iris-community:2020.1.0.204.0
22
ARG IMAGE=intersystemsdc/iris-community:2020.1.0.209.0-zpm
3-
ARG IMAGE=intersystemsdc/iris-community:2020.2.0.196.0-zpm
3+
ARG IMAGE=intersystemsdc/iris-community:2020.2.0.204.0-zpm
44
FROM $IMAGE
55

66
USER root

dev.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# useful commands
2+
## build container with no cache
3+
```
4+
docker-compose build --no-cache
5+
```
6+
## open terminal to docker
7+
```
8+
docker-compose exec iris iris session iris -U IRISAPP
9+
```
10+
11+
12+

0 commit comments

Comments
 (0)