Elsis Sitati
07/20/2022, 7:51 PMdaniel
07/20/2022, 8:04 PM--volume ~/.docker:/root/.docker \
(Assuming that ~/.docker is where your credentials ended up when you ran docker login
). Let me know if that helps - the first thing I would check is to verify that you're able to pull the image in the same machine where the agent is runningElsis Sitati
07/20/2022, 9:14 PMnetwork striata_sl_pipelines
is coming from since i have instructed the dagster cloud agent to run in a different network name as shown by these commands
docker run \
--platform linux/amd64 \
--network=elsis-test-network \
--volume $PWD/dagster.yaml:/opt/dagster/app/dagster.yaml:ro \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume ~/.docker:/root/.docker \
--restart on-failure \
-it <http://docker.io/dagster/dagster-cloud-agent:latest|docker.io/dagster/dagster-cloud-agent:latest> \
dagster-cloud agent run /opt/dagster/app
daniel
07/20/2022, 9:17 PMElsis Sitati
07/20/2022, 9:25 PMdaniel
07/20/2022, 9:26 PM