Docs: move draft articles to "guides"
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
@@ -11,10 +11,10 @@ It can be useful to debug or test a build locally before pushing.
|
||||
|
||||
## Local daemon
|
||||
|
||||
```cue file=./plans/docker-cli-load/local.cue
|
||||
```cue file=../plans/docker-cli-load/local.cue
|
||||
```
|
||||
|
||||
## Remote daemon, via SSH
|
||||
|
||||
```cue file=./plans/docker-cli-load/ssh.cue
|
||||
```cue file=../plans/docker-cli-load/ssh.cue
|
||||
```
|
@@ -9,15 +9,15 @@ There's a `universe.dagger.io/docker/cli` package that allows you to run docker
|
||||
|
||||
## Local daemon
|
||||
|
||||
```cue file=./plans/docker-cli-run/local.cue
|
||||
```cue file=../plans/docker-cli-run/local.cue
|
||||
```
|
||||
|
||||
## Remote daemon, via SSH
|
||||
|
||||
```cue file=./plans/docker-cli-run/ssh.cue
|
||||
```cue file=../plans/docker-cli-run/ssh.cue
|
||||
```
|
||||
|
||||
## Remote daemon, via HTTPS
|
||||
|
||||
```cue file=./plans/docker-cli-run/tcp.cue
|
||||
```cue file=../plans/docker-cli-run/tcp.cue
|
||||
```
|
Reference in New Issue
Block a user