https://github.com/tonydeng/etcd2-docker
Alpine Linux Etcd2 Container
https://github.com/tonydeng/etcd2-docker
docker etcd2 etcd2-docker
Last synced: about 2 months ago
JSON representation
Alpine Linux Etcd2 Container
- Host: GitHub
- URL: https://github.com/tonydeng/etcd2-docker
- Owner: tonydeng
- Created: 2016-09-19T04:21:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T08:53:32.000Z (over 9 years ago)
- Last Synced: 2025-03-25T02:44:04.498Z (about 1 year ago)
- Topics: docker, etcd2, etcd2-docker
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alpine Linux Etcd2 Docker Container
[](https://hub.docker.com/r/wolfdeng/etcd2-docker-docker/)
[](https://hub.docker.com/r/wolfdeng/etcd2-docker/)
[](https://imagelayers.io/?images=wolfdeng/etcd2-docker:latest)
[](https://imagelayers.io/?images=wolfdeng/etcd2-docker:latest)
利用Alpine Linux打造的小体积的ETCD Docker镜像。
### 使用方式:
获取docker镜像
```
docker pull wolfdeng/etcd2-docker
```
启动docker
```
docker run --name etcd2 -d -p 2379:2379 -p 2380:2380 -p 4001:4001 -p 7001:7001 -v ~/temp/data0/etcd:/data wolfdeng/etcd2-docker
```