go.ligato.io/vpp-agent/v3@v3.5.0/examples/localclient_with_etcd/run_etcd.sh (about) 1 #!/bin/sh 2 3 docker run --rm -d --name etcd -p 2379:2379 -e ETCDCTL_API=3 quay.io/coreos/etcd /usr/local/bin/etcd -advertise-client-urls http://0.0.0.0:2379 -listen-client-urls http://0.0.0.0:2379