Docs: remove examples not listed in README
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
parent
815ea4c704
commit
d8b4181926
@ -1,14 +0,0 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
import (
|
|
||||||
"dagger.io/dagger"
|
|
||||||
"dagger.io/docker"
|
|
||||||
)
|
|
||||||
|
|
||||||
// Container source code (must include a Dockerfile)
|
|
||||||
source: dagger.#Artifact
|
|
||||||
|
|
||||||
// Container image
|
|
||||||
image: docker.#Build & {
|
|
||||||
"source": source
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
name: string | *"world"
|
|
||||||
message: "Hello, \(name)!"
|
|
@ -1,3 +0,0 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
hello: "world"
|
|
Reference in New Issue
Block a user