Skip to content

Docker login if exec might pull image#1511

Merged
djmb merged 1 commit intomainfrom
docker-login-before-exec
Apr 18, 2025
Merged

Docker login if exec might pull image#1511
djmb merged 1 commit intomainfrom
docker-login-before-exec

Conversation

@djmb
Copy link
Collaborator

@djmb djmb commented Apr 18, 2025

The app exec and accessory exec commands will run docker run if they are not set to reuse existing containers. This might need to pull an image so let's make sure we are logged in before running the command.

Fixes: #1163

The `app exec` and `accessory exec` commands will run `docker run` if
they are not set to reuse existing containers. This might need to pull
an image so let's make sure we are logged in before running the command.

Fixes: #1163
@djmb djmb force-pushed the docker-login-before-exec branch from c42b31d to 7a63cac Compare April 18, 2025 13:48
@djmb djmb merged commit 02c3b94 into main Apr 18, 2025
10 checks passed
@djmb djmb deleted the docker-login-before-exec branch April 18, 2025 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

kamal app exec doesn't log in to docker

1 participant