Add docker cli package
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
23
docs/drafts/1217-docker-cli-run.md
Normal file
23
docs/drafts/1217-docker-cli-run.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
slug: /1217/docker-cli-run
|
||||
displayed_sidebar: europa
|
||||
---
|
||||
|
||||
# Running commands with the docker binary (CLI)
|
||||
|
||||
There's a `universe.dagger.io/docker/cli` package that allows you to run docker commands against a local or remote docker engine. Here's a few examples.
|
||||
|
||||
## Local daemon
|
||||
|
||||
```cue file=./plans/docker-cli-run/local.cue
|
||||
```
|
||||
|
||||
## Remote daemon, via SSH
|
||||
|
||||
```cue file=./plans/docker-cli-run/ssh.cue
|
||||
```
|
||||
|
||||
## Remote daemon, via HTTPS
|
||||
|
||||
```cue file=./plans/docker-cli-run/tcp.cue
|
||||
```
|
Reference in New Issue
Block a user