---
sidebar_label: docker
# alpha.dagger.io/docker
Docker container operations
```cue
import "alpha.dagger.io/docker"
```
## docker.#Build
Build a Docker image from source
### docker.#Build Inputs
_No input._
### docker.#Build Outputs
_No output._
## docker.#Command
A container image that can run any docker command
### docker.#Command Inputs
### docker.#Command Outputs
## docker.#Load
Load a docker image into a docker engine
### docker.#Load Inputs
### docker.#Load Outputs
## docker.#Pull
Pull a docker container
### docker.#Pull Inputs
### docker.#Pull Outputs
## docker.#Push
Push a docker image to a remote registry
### docker.#Push Inputs
### docker.#Push Outputs
## docker.#Run
### docker.#Run Inputs
### docker.#Run Outputs