gitea-image-forge/org/alt/etcd
2022-12-08 03:59:57 +03:00
..
Dockerfile.template Use install_pakages function in templates 2022-12-08 03:59:57 +03:00
README.md Allow to add other organizations 2022-12-06 04:00:08 +03:00

dockerfiles-alt-etcd

ALT dockerfile for etcd.

Copy Dockerfile somewhere and build the image: $ docker build --rm -t <username>/etcd.

And launch the etcd container: docker run -d -v <etcd data dir>:/data <username>/etcd

If etcdclt watnted it could be run via: docker run --entrypoint etcdctl <username>/etcd