Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 600 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 600 Bytes

Workspace Sidecar

This container is deployed by Hatchery as a sidecar to a main Gen3 workspace container.

The sidecar.sh script mounts files to the user's workspace:

  • It queries the Manifest Service and present the manifests in a consumable manner.
  • It queries Hatchery's /mount-files endpoint and mounts the returned files.

Local testing

Create a .env file with the following format:

GEN3_API_KEY=YOUR_API_KEY_HERE
GEN3_ENDPONT=somecommons.url.here.com

Then run:

docker compose up