Documentation
Custom Docker Container
Edit and build your own custom Docker container.
If you want to manually build and run the included Docker image for a virtual desktop environment you can follow these steps. To make your own changes to the docker container, fork the repository and edit however you need. This is perfect for adding dependencies specific to your workflows.
-
Navigate to the Docker folder (e.g.,
cd spongecake/docker
). -
Build the image:
-
Run the container:
- This starts a container that you name and exposes VNC on port 5900.
-
Shell into the container (optional):
This is useful for debugging, installing extra dependencies, etc.
-
You can then specify the name of your container / image when using the SDK