Open BrianSetz opened 7 years ago
Sometimes arguments have to be specified after the image name. For example, consul:
docker run -d library/consul agent -server -bind=<external ip> -retry-join=<root agent ip> -bootstrap-expect=<number of server agents>
docker run -d library/consul agent -bind=<external ip> -retry-join=<root agent ip>
ip addresses are given as parameters in this particular example
Sometimes arguments have to be specified after the image name. For example, consul:
docker run -d library/consul agent -server -bind=<external ip> -retry-join=<root agent ip> -bootstrap-expect=<number of server agents>
docker run -d library/consul agent -bind=<external ip> -retry-join=<root agent ip>