Implements the Docker.Command behaviour for docker pull.
Examples
import Docker.Commands.Pull
"nginx:alpine"
|> new()
|> platform("linux/amd64")
|> Docker.pull()
Implements the Docker.Command behaviour for docker pull.
import Docker.Commands.Pull
"nginx:alpine"
|> new()
|> platform("linux/amd64")
|> Docker.pull()