该repo包括Digital Ocean的关于ConfdEtcd的教程自动化脚本,快速开始图像构建。现有的Docker Hub Registry镜像包括unicell/confd-etcd-demo-webunicell/confd-etcd-demo-nginx-lb。若要构建自己的镜像,请务必更新templates/apache@.servicestatic/nginx-lb.service中的引用。构建命令如下:

$ docker build -t unicell/confd-etcd-demo-web docker-web

$ docker push unicell/confd-etcd-demo-web

$ docker build -t unicell/confd-etcd-demo-nginx-lb docker-nginx-lb

$ docker push