Optional
overrideWhether to overwrite the command specified in the image. The default is false.
Optional
runAn array of services that should be started and stopped.
The service you want to work on. This is considered the primary container for your dev environment which your editor will connect to.
Optional
shutdownAction to take when the user disconnects from the primary container in their editor. The default is to stop all of the compose containers.
The path of the workspace folder inside the container. This is typically the target path of a volume mount in the docker-compose.yml.
The name of the docker-compose file(s) used to start the services.