Push locally built docker images using resin local?

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?

Hi, don’t think there’s such functionality just yet, so far the local push is the closest, which still builds the container on the device. Opened an issue for this on the resin-cli repository, and you can leave comments there/follow any changes.