#Use container

1 messages · Page 1 of 1 (latest)

pulsar crow
#

How do I use a container after it is built, or push it into the local docker?

#

I've figured out from the tutorial I can do | terminal, but I don't want to use it in the terminal just yet.

lunar sail
#

Dagger doesn't have direct access to your local Docker, but there are several ways to accomplish this.
One simple way is to | publish to a registry and then docker pull if you want it in Docker.

pulsar crow
#

Is there a way to do that without pushing to the internet?