mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Dockerfile-release: add '/var/lib/etcd/'
We have '/var/etcd/' in Dockerfile for historical reason. Most cases, user store data in '/var/lib/etcd/'.
This commit is contained in:
parent
13c2d32061
commit
de99dfb134
@ -3,6 +3,7 @@ FROM alpine:latest
|
||||
ADD etcd /usr/local/bin/
|
||||
ADD etcdctl /usr/local/bin/
|
||||
RUN mkdir -p /var/etcd/
|
||||
RUN mkdir -p /var/lib/etcd/
|
||||
|
||||
EXPOSE 2379 2380
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user