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
I tried to create docker image with the steps in README, and docker image got created , but when I am trying to start teh container it gives me below message and get killed
docker run -it --volume=/var/run/docker.sock:/tmp/docker.sock -p 8000:8000 abhishekamralkar/ls logspout v3-master by gliderlabs adapters: kafka options : persist:/mnt/routes jobs : http[routes,logs]:80 pump routes : none 2016/02/02 23:17:26 ended: %!s(<nil>)
The text was updated successfully, but these errors were encountered:
@abhishekamralkar, I had a same error message. The problem was that I was mounting /mnt/routes incorrectly and /mnt/routes directory inside of the container was empty.
I tried to create docker image with the steps in README, and docker image got created , but when I am trying to start teh container it gives me below message and get killed
docker run -it --volume=/var/run/docker.sock:/tmp/docker.sock -p 8000:8000 abhishekamralkar/ls logspout v3-master by gliderlabs adapters: kafka options : persist:/mnt/routes jobs : http[routes,logs]:80 pump routes : none 2016/02/02 23:17:26 ended: %!s(<nil>)
The text was updated successfully, but these errors were encountered: