Repo to store Verily Workbench specific applications' devcontainer. To develop your own custom app configuration, clone this repo.
- the custom app runs in a custom
app-network
bridge network and the app port is exposed on 0:0:0:0 (localhost) - the app's container_name must be
application-server
- In order to run
gcsfuse
, set--cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined
to the docker container.
The .devcontainer.json
file in the custom app folder (e.g. rstudio/) contains the custom app configuration.
post-startup.sh
contains workbench specific set up.