Hi Guys I am trying to understand how the deploy ...
# ask-community
a
Hi Guys I am trying to understand how the deploy function works in a flow, and I find any material on where are the docker files stored locally during the deploy function if you are not pushing it to a repository (setting
push=False
). Thanks
1
j
If you build a Docker file with
.deploy
and don’t push the image, then I believe the image should be stored with other Docker images on your machine. The exact location appears to vary by OS - see this post. If you’re on a Mac or Windows you should be able to start Docker Desktop and view individual images and inspect them if desired.
a
Understood!! Thanks
👍 1