This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/guides/1216-docker-cli-load.md
Solomon Hykes 35edb35d92 Docs: rephrase article 1216
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-04-13 21:14:09 -05:00

758 B

slug displayed_sidebar
/1216/docker-cli-load 0.2

Loading an image into a docker engine

Dagger can build, run, push and pull docker images natively, without the need of a Docker engine. This feature is available in the package universe.dagger.io/docker.

However, sometimes after building an image, you specifically want to load it into your Docker engine. This is possible with the Docker CLI package: universe.dagger.io/docker/cli.

Using cli.#Load, you can load an image built by Dagger into a local or remote engine. It can be useful to debug or test a build locally before pushing.

Local daemon


Remote daemon, via SSH