linkerd / linkerd-viz

Top-line service metrics dashboard for Linkerd 1.
Apache License 2.0
111 stars 32 forks source link

Updated Dockerfile #57

Closed 1992lipu closed 4 years ago

1992lipu commented 5 years ago

Converted entrypoint to a shell executable format by adding "dos2unix"

1992lipu commented 5 years ago

I was unable to build the docker image without it. Adding dos2unix solved the issue for me. Are you able to create the docker image without it?

siggy commented 5 years ago

@1992lipu Confirmed I can build the Docker image:

$ docker build -t buoyantio/linkerd-viz:latest .
...
Successfully built f51e1d864dcf
Successfully tagged buoyantio/linkerd-viz:latest

What error are you seeing during Docker build?

1992lipu commented 5 years ago

I was getting

'exec user process caused "no such file or directory"'

siggy commented 5 years ago

@1992lipu Was that exec user process on docker build or docker run? Mind sharing the command and full transcript of the process? Also, can you share the output of docker version?