github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/JobSpecDocker.md (about) 1 # JobSpecDocker 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **entrypoint** | **list[str]** | optionally override the default entrypoint | [optional] 7 **environment_variables** | **list[str]** | a map of env to run the container with | [optional] 8 **image** | **str** | this should be pullable by docker | [optional] 9 **working_directory** | **str** | working directory inside the container | [optional] 10 11 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 13