TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
52 stars 13 forks source link

Running latest docker image fails #57

Closed andreasjakobik closed 7 years ago

andreasjakobik commented 7 years ago

docker@default:~$ docker run typefox/yangster yangster container_linux.go:262: starting container process caused "exec: \"yangster\": executable file not found in $PATH" docker: Error response from daemon: oci runtime error: container_linux.go:262: starting container process caused "exec: \"yangster\": executable file not found in $PATH".

andreasjakobik commented 7 years ago

My bad, sorry. It works fine. I used this command to access the editor on port 5001:

docker run --name yangster1 -p 5001:3000 typefox/yangster

So please close this issue.