You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If image exists only in local storage, docker fails to pull it, and generated systemd service also fails to start. If docker pull line is removed, everything works fine. Maybe add a switch to not include docker pull in generated service file?
E.g. dcsg install docker-compose.yml my-service --no-pull
or dcsg install docker-compose.yml my-service -n
The text was updated successfully, but these errors were encountered:
If image exists only in local storage, docker fails to pull it, and generated systemd service also fails to start. If
docker pull
line is removed, everything works fine. Maybe add a switch to not includedocker pull
in generated service file?E.g.
dcsg install docker-compose.yml my-service --no-pull
or
dcsg install docker-compose.yml my-service -n
The text was updated successfully, but these errors were encountered: