Modify getting started doc to integrate http.#Wait, fix doc dependency issue

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
guillaume
2021-11-23 19:26:02 +01:00
parent 84952b1725
commit 475e47de09
4 changed files with 23 additions and 4 deletions

View File

@@ -18,12 +18,12 @@ TestRun: docker.#Run & {
name: "daggerci-test-wait-\(TestSuffix.out)"
ref: "nginx"
socket: TestDockersocket
ports: ["8080:80"]
ports: ["8088:80"]
}
// Waits for TestRun to finish initializing
Testhealth: #Wait & {
url: "http://localhost:8080/"
url: "http://localhost:8088/"
}
TestWait: query: os.#Container & {