Docs: move draft articles to "guides"
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
15
docs/plans/docker-cli-run/local.cue
Normal file
15
docs/plans/docker-cli-run/local.cue
Normal file
@@ -0,0 +1,15 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"dagger.io/dagger"
|
||||
"universe.dagger.io/docker/cli"
|
||||
)
|
||||
|
||||
dagger.#Plan & {
|
||||
client: network: "unix:///var/run/docker.sock": connect: dagger.#Socket
|
||||
|
||||
actions: run: cli.#Run & {
|
||||
host: client.network."unix:///var/run/docker.sock".connect
|
||||
command: name: "info"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user