File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,23 @@ repo and follow the instructions in the README.md to build image.
55
66To run:
77
8- Download UCD installer zip and extract it into 'artifacts' folder
8+ - git clone https://github.com/stackinabox/docker-ibm-java.git and build it following the README.md in the repo
99
10- Now just build and run the image:
10+ - git clone https://github.com/stackinabox/docker-ibm-java.git
1111
12- docker build -t stackinabox/urbancode-deploy:%version% .
13- docker run stackinabox/urbancode-deploy : latest
12+ - Download UCD installer zip and extract it into 'artifacts' folder
13+ You are on your own for finding this since it's a licensed product
1414
15- # use ` docker ps ` to view the port mappings
15+ - Build the image:
16+
17+ ````
18+ docker build -t stackinabox/urbancode-deploy:%version% .
19+ ````
20+
21+ - Now you can run it using:
22+
23+ ````
24+ docker run -d --name urbancode_deploy -e LICENSE=accept -p 7918:7918 -p 8080:8080 -p 8443:8443 stackinabox/urbancode-deploy:%version%
25+ ````
26+
27+ - you can get to the web console by pointing your browser at https://%your-docker-hostname%:8443 login with admin: admin
You can’t perform that action at this time.
0 commit comments