ojob ojob.io/docker/gitpod path=myfolder port=30000 nightly=true extra="python3 openjdk-11-jdk" privileged=true output=gitpod
Opens a GitPod VS Code server to edit the provided path on the provided door
Name | Description |
---|---|
path | The path on which to edit code (defaults to '.') |
port | The port where it should be run |
nightly | Use gitpod/openvscode-server nightly build |
extra | Extra packages to install after startup (defaults to "python3 openjdk-11-jdk") |
privileged | Run the container in privileged mode (default to false) |
output | If output is defined no container will be launched and just files and instructions will be saved in the provided output |