You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
293 B

  1. #!/bin/bash
  2. /usr/bin/docker run --privileged --rm \
  3. --net=host --pid=host -e ETCD_AUTHORITY={{ etcd_authority }} \
  4. -v /usr/bin/docker:/usr/bin/docker \
  5. -v /var/run/docker.sock:/var/run/docker.sock \
  6. -v /var/run/calico:/var/run/calico \
  7. {{ calicoctl_image_repo }}:{{ calicoctl_image_tag}} \
  8. $@