该repo包括Digital Ocean的关于Confd和Etcd的教程自动化脚本,快速开始图像构建。现有的Docker Hub Registry镜像包括unicell/confd-etcd-demo-web和unicell/confd-etcd-demo-nginx-lb。若要构建自己的镜像,请务必更新templates/apache@.service和static/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
暂无评论