File tree Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"objectscript.conn" :{
8
8
"ns" : " IRISAPP" ,
9
- "active" : true ,
10
9
"username" :" _SYSTEM" ,
11
10
"password" : " SYS" ,
12
11
"docker-compose" : {
13
12
"service" : " iris" ,
14
13
"internalPort" : 52773
15
14
}
16
- }
15
+ },
16
+ "sqltools.connections" : [
17
+ {
18
+ "namespace" : " IRISAPP" ,
19
+ "connectionMethod" : " Server and Port" ,
20
+ "showSystem" : false ,
21
+ "previewLimit" : 50 ,
22
+ "server" : " localhost" ,
23
+ "port" : 32770 ,
24
+ "askForPassword" : false ,
25
+ "driver" : " InterSystems IRIS" ,
26
+ "name" : " objectscript-docker" ,
27
+ "username" : " _SYSTEM" ,
28
+ "password" : " SYS"
29
+ }
30
+ ]
17
31
18
32
}
Original file line number Diff line number Diff line change 1
1
ARG IMAGE=store/intersystems/iris-community:2020.1.0.204.0
2
2
ARG IMAGE=intersystemsdc/iris-community:2020.1.0.209.0-zpm
3
3
ARG IMAGE=intersystemsdc/iris-community:2020.2.0.204.0-zpm
4
- ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
5
4
ARG IMAGE=intersystemsdc/irishealth-community:2020.3.0.200.0-zpm
5
+ ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
6
6
FROM $IMAGE
7
7
8
8
USER root
Original file line number Diff line number Diff line change 1
1
# useful commands
2
+ ## clean up docker
3
+ ```
4
+ docker system prune -f
5
+ ```
6
+
2
7
## build container with no cache
3
8
```
4
9
docker-compose build --no-cache
@@ -8,8 +13,7 @@ docker-compose build --no-cache
8
13
docker-compose up -d
9
14
```
10
15
11
-
12
- ## open terminal to docker
16
+ ## open iris terminal in docker
13
17
```
14
18
docker-compose exec iris iris session iris -U IRISAPP
15
19
```
@@ -22,4 +26,12 @@ sudo chmod +x /usr/local/bin/docker-compose
22
26
23
27
```
24
28
29
+ ## select zpm test registry
30
+ ```
31
+ repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42
32
+ ```
25
33
34
+ ## get back to public zpm registry
35
+ ```
36
+ repo -r -n registry -url https://pm.community.intersystems.com/
37
+ ```
Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ services:
10
10
- 52773
11
11
- 53773
12
12
volumes :
13
- - ~/iris.key:/usr/irissys/mgr/iris.key
14
13
- ./:/irisdev/app
You can’t perform that action at this time.
0 commit comments