DCsunset / docker-i3-arch-vnc

A minimum docker image of Arch Linux with i3wm and VNC support.
MIT License
18 stars 5 forks source link

can't run the container. #1

Closed Shinoby92 closed 3 years ago

Shinoby92 commented 3 years ago

when building, no error. but I cannot start it and connect to it would love to use this container. The same is for your other docker container, its not connecting when building manually.

DCsunset commented 3 years ago

Hello, could you list the command that you use to start the container? It would also be helpful to list the error messages if any.

DmitryKvant commented 3 years ago

dmitrykvant@kvantbook yandexservicebotpuppeteer % docker run -d --name i3-arch-vnc -p 5900:5900 -p 6080:6080 -e VNC_PASSWD=password dcsunset/i3-arch-vnc 27638f67115ce00995169a1b653b696232225520011845e47d048d50aa1cf212 docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/scripts/start.sh": stat /scripts/start.sh: no such file or directory: unknown.

DCsunset commented 3 years ago

Thanks for your feedback. There was a bug in the Dockerfile. The latest version should work normally.