website: hardcode version banner for 0.1 docs
O.1 docs is deprecated. Let's inform user to switch the the latest version Signed-off-by: user.email <jf@dagger.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
slug: /1217/docker-cli-run
|
||||
displayed_sidebar: europa
|
||||
displayed_sidebar: '0.2'
|
||||
---
|
||||
|
||||
# Running commands with the docker binary (CLI)
|
||||
@@ -10,14 +10,17 @@ 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
|
||||
|
||||
```
|
||||
|
||||
## 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