daml/web-ide/README.md
Bolek@DigitalAsset 64707a6804
web ide: secure docker containers through networks (#304)
This pr addresses security concerns regarding the web ide docker container.
The bulk of the changes involve managing and coordinating docker
networks so that the proxy runs on internal docker network as well as
external one, while the web ide containers run only on the internal
network.
2019-04-08 19:31:13 +00:00

406 B

DAML WEB IDE

This is a project for managing multi user web ide. The main components are

  • daml web ide docker image: this hosts a web ide code-server bundled with the sdk
  • proxy server and image: this manages multiple daml web ide docker containers and proxies requests into them

Further details can be found in proxy/README.md and ide-server/README.md