I am trying to run a hypriot/rpi-consul:0.6.4 container but am running into an issue with the container exiting (not running) and from the logs I am seeing "Invalid flags before the subcommand... usage: consul [--version]...". Any idea what may be breaking down?
@michaelbruton experienced the same pain here. I already set the swarm up. You should run consul like this docker run -d -p 8500:8500 -v /data hypriot/rpi-consul agent -server -data-dir /data -bootstrap-expect 1 -ui-dir /ui -client 0.0.0.0