I have a workflow that involves locally built docker images, and I use resin deploy FirstApp FirstApp:v0.1
to deploy my locally modified docker image.
This works fine for updating my devices, but it takes too long for rapid development. Is there an equivalent way to push locally built docker images using resin local
?