daml/release/docker
Gabor Aranyossy ab72aab696 fixes inconsistent help about Sandbox port
changing ports to use 6865 everywhere

no need for default ports

addressing missed outdated ports

changed more ports from 7600 to 6865

dealt with more 8080s
2019-04-04 13:03:48 +02:00
..
Dockerfile fixes inconsistent help about Sandbox port 2019-04-04 13:03:48 +02:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00
start.sh open-sourcing daml 2019-04-04 09:33:38 +01:00

DAML quickstart-java in a docker container

To build this docker image, run

docker build --tag=quickstart .

This will download and install the newest version of the DAML SDK and set up the quickstart-java project.

To execute the resulting image, run

docker run --interactive --tty --rm quickstart

This will run da start in the quickstart-java project. Point your browser to http://localhost:7500 to use Navigator. Press Ctrl-C to stop the execution.

To experiment with the quickstart-java project, run

docker run --interactive --tty --rm quickstart /bin/bash --login

This will drop you in a shell in the container. The project is located in the quickstart directory.