I'm trying to run a 3rd party docker image from salt. From the command line, the required statement is something like:
docker run -d progrium/consul -server -bootstrap
From Salt however I don't know how to pass the parameters (-server and -bootstrap) Is there a way to do that?
regards, Frank