Replies: 3 comments 4 replies
-
I added an alias to make it more convenient to pull the latest image, but agree this should be a configuration option or command for the accessory aliases:
pull-<accessory>: server exec docker pull <image>:latest Then I can do: kamal pull-<accessory>
kamal accessory reboot <accessory> |
Beta Was this translation helpful? Give feedback.
-
Deploying the app also pulls the accessory image, yeah? |
Beta Was this translation helpful? Give feedback.
-
The alternative is to always use a more specific tag with your image instead of |
Beta Was this translation helpful? Give feedback.
-
kamal accessory reboot [name]
currently stops, prunes, and re-runs the image.The only way to update the image is to log in to server and do a
docker pull [image-name]:latest
followed bykamal accessory reboot [name]
and that will run the newest version of the container image.It would be great if we could pass an option to reboot - like
--pull
or something, or have a new command to refresh the accessory container image.WDYT?
Beta Was this translation helpful? Give feedback.
All reactions