We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e32276 + c8bd098 commit ca4f184Copy full SHA for ca4f184
scripts/etcd
@@ -1,7 +1,8 @@
1
# Run an etcd container
2
mkdir /etcd
3
+# :latest tag is currently missing on quay, setting version
4
docker run -d --restart unless-stopped -v /etcd:/etcd -p 2382:2382 \
- --name etcd quay.io/coreos/etcd:latest \
5
+ --name etcd quay.io/coreos/etcd:v3.5.21 \
6
/usr/local/bin/etcd \
7
-name etcd0 -data-dir /etcd \
8
-auto-compaction-retention=3 -quota-backend-bytes=8589934592 \
0 commit comments