Closed limed closed 5 years ago
Issue has been resolved here, this was caused by an environment variable that I had set in the Dockerfile
. The environment variable (LIFECYCLED_VERSION
) in my Dockerfile
caused it to conflict with kingpin and thus throwing that error.
Hello, I seem to be unable to run lifecycled in a docker container. I've tried building a container image using the alpine and ubuntu image based on your instructions, however I keep getting this error:
Running with
--help
actually returns the help message but I can't seem to do anything else. Any direction on this would be helpful, thanks