engineering blog at https://blog.tangled.sh

fix docker nixery example in the introducing spindle blog post #1

merged opened by cosmic.tngl.sh targeting master from cosmic.tngl.sh/site: hello-go

the current example fails with a fun very deeply nested error

$ docker run nixery.dev/bash/hello-go hello
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "hello": executable file not found in $PATH

Run 'docker run --help' for more information

(first pr on tangled ๐Ÿฅณ)

Labels

None yet.

Participants 2
AT URI
at://did:plc:mzoihimijwyheeqok2qm5zxx/sh.tangled.repo.pull/3m4cefmvguj22
+1 -1
Diff #0
+1 -1
pages/blog/ci.md
··· 119 in your terminal if you've got Docker installed: 120 121 ``` 122 - docker run nixery.dev/bash/hello-go hello 123 ``` 124 125 This should output `Hello, world!`. This is running the
··· 119 in your terminal if you've got Docker installed: 120 121 ``` 122 + docker run nixery.dev/bash/hello-go hello-go 123 ``` 124 125 This should output `Hello, world!`. This is running the

History

1 round 1 comment
sign up or login to add to the discussion
cosmic.tngl.sh submitted #0
1 commit
expand
fix ci docker example
expand 1 comment

nice catch! thanks :)

pull request successfully merged