Permissions in Dagster Cloud that allow you to manage agent tokens. Refer to the User permissions documentation for more info.
To have Docker installed
Access to a container registry to which you can push images with Dagster code. Additionally, your Docker agent must have the permissions required to pull images from the registry.
Starts the agent with your local dagster.yaml mounted as a volume
Starts the system Docker socket mounted as a volume, allowing the agent to launch containers. The --restart-on-failure argument will ensure that if it fails, Docker will restart it.
To view the agent in Dagster Cloud, navigate to the Status page and click the Agents tab. You should see the agent running in the Agent statuses section:
If your images are stored in a private registry, configuring a Docker credentials helper allows the agent to log in to your registry. The agent image comes with several popular credentials helpers preinstalled:
These credential helpers generally are configured in ~/.docker.config.json. To use one, make sure you mount that file as a volume when you start your agent: