You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
Attempted to give this project a go. It is clearly broken, at least on Docker for Desktop
macOS 10.13.6
docker version: 19.03.4
~ sail run cdr/sshcode
2019-11-14 17:19:06 INFO running docker build --network=host -t cdr_sshcode -f /Users/brandon/Projects/cdr/sshcode/.sail/Dockerfile /Users/brandon/Projects/cdr/sshcode --label com.coder.sail.base_image=cdr_sshcode
Sending build context to Docker daemon 1.61MB
Step 1/4 : FROM codercom/ubuntu-dev-go
---> bba480e31f87
Step 2/4 : ENV GO111MODULE=off
---> Using cache
---> c5cef4848012
Step 3/4 : LABEL project_root "~/go/src/go.coder.com"
---> Using cache
---> 343cc0fdb9db
Step 4/4 : LABEL com.coder.sail.base_image=cdr_sshcode
---> Using cache
---> e66620c123ac
Successfully built e66620c123ac
Successfully tagged cdr_sshcode:latest
2019-11-14 17:19:06 INFO using repo image cdr_sshcode
2019-11-14 17:19:06 INFO writing sail proxy logs to /var/folders/1c/b093qgwd29ngly8w45rlwynr0000gn/T/sailproxy_cdr_sshcode018036426
And the contents of said log file:
2019-11-14 17:12:01 INFO listening on http://127.0.0.1:58998
2019-11-14 17:12:11 ERROR failed to inspect container: Error: No such container: cdr_sshcode
2019-11-14 17:12:11 FATAL failed to refresh code-server port: failed while trying to find code-server port: signal: killed
The image is built:
~ docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
cdr_sshcode latest e66620c123ac 6 minutes ago 1.73GB
k8s.gcr.io/kube-apiserver v1.14.7 364c383af37c 8 weeks ago 209MB
k8s.gcr.io/kube-proxy v1.14.7 230ef35b6bb8 8 weeks ago 82.1MB
k8s.gcr.io/kube-controller-manager v1.14.7 02d90e944162 8 weeks ago 158MB
k8s.gcr.io/kube-scheduler v1.14.7 72c01550199f 8 weeks ago 81.6MB
codercom/ubuntu-dev latest 28be8c8fe9e8 4 months ago 849MB
codercom/ubuntu-dev-go latest bba480e31f87 4 months ago 1.73GB
docker/kube-compose-controller v0.4.23 a8c3d87a58e7 5 months ago 35.3MB
docker/kube-compose-api-server v0.4.23 f3591b2cb223 5 months ago 49.9MB
k8s.gcr.io/coredns 1.3.1 eb516548c180 10 months ago 40.3MB
k8s.gcr.io/etcd 3.3.10 2c4adeb21b4f 11 months ago 258MB
k8s.gcr.io/pause 3.1 da86e6ba6ca1 23 months ago 742kB
The text was updated successfully, but these errors were encountered:
Attempted to give this project a go. It is clearly broken, at least on Docker for Desktop
macOS 10.13.6
docker version: 19.03.4
And the contents of said log file:
The image is built:
The text was updated successfully, but these errors were encountered: