Rename dagger.#Service to dagger.#Socket

Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
Helder Correia
2022-03-28 17:54:08 +00:00
parent 4058d56f1b
commit 6a2bbc62e0
19 changed files with 25 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
dagger.#Plan & {
client: filesystem: "/var/run/docker.sock": read: contents: dagger.#Service
client: filesystem: "/var/run/docker.sock": read: contents: dagger.#Socket
actions: {
image: alpine.#Build & {

View File

@@ -1,6 +1,6 @@
dagger.#Plan & {
client: filesystem: "//./pipe/docker_engine": read: {
contents: dagger.#Service
contents: dagger.#Socket
type: "npipe"
}