-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.txt
48 lines (19 loc) · 1.01 KB
/
build.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Before building, first ensure you're in the parent directory:
cd /mg-showcase
IRIS
----
docker build -t mg-showcase -f dockerfiles/iris/Dockerfile .
To Run any IRIS build:
----------------------
docker run --name mg-showcase -it --rm -p 1972:1972 -p 52773:52773 -p 51773:51773 -p 7042:7042 -p 8080:8080 -v ~/iris-vol:/home/irisowner/mapped mg-showcase --check-caps false
Substitute ~/iris-vol with the mapped folder of your choice
To run with database persistence, consult the IRIS Docker documentation.
===================
YottaDB: Any Supported Linux Platform (x64 or ARM64):
-----------------------------------------------------
docker build -t mg-showcase -f dockerfiles/yottadb/Dockerfile .
Running:
docker run -it --name mg-showcase --rm -p 8080:8080 -v ~/yottadb-vol:/opt/mgateway/mapped mg-showcase
Substitute ~/yottadb-vol with the mapped folder of your choice
First time you run the container, the YottaDB database files will be copied to the mapped volume
for persistence on the host file system