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 1368610 commit 2d9ee3bCopy full SHA for 2d9ee3b
Dockerfile
@@ -1,6 +1,6 @@
1
ARG IMAGE=store/intersystems/iris-community:2020.1.0.204.0
2
ARG IMAGE=intersystemsdc/iris-community:2020.1.0.209.0-zpm
3
-ARG IMAGE=intersystemsdc/iris-community:2020.2.0.196.0-zpm
+ARG IMAGE=intersystemsdc/iris-community:2020.2.0.204.0-zpm
4
FROM $IMAGE
5
6
USER root
dev.md
@@ -0,0 +1,12 @@
+# useful commands
+## build container with no cache
+```
+docker-compose build --no-cache
+## open terminal to docker
7
8
+docker-compose exec iris iris session iris -U IRISAPP
9
10
+
11
12
0 commit comments