-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layotto Dockerfile #178
Comments
chinese: 为了方便用户能够用Docker部署Layotto,我们想提供Docker镜像。 具体来说,需要准备几个Dockerfile:
注:目前已有的Dockerfile在 |
Pls assign to me😃 |
Fine,tks for your contribution! |
@seeflood 看了layotto的dockerfile,想着改成下面这样子会不会更好一点:
|
@tianjipeng 好呀好呀
不好意思我之前回微信的时候没细想,这里单独的运行脚本是指?是说写个shell脚本,把quickstart用到的所有存储系统(redis、etcd等)的镜像下载下来、启动么?
是这样对吧?这里我担心每次跑quickstart时运行这个init脚本,会不会有端口冲突导致报错、用户产生困惑 |
我重新看了quick start的文档,发现都是手动启动依赖,手动构建二进制执行文件再启动的,那这个第三个改动实际上可以先不需要? |
@tianjipeng 对,第三条以后再说,反正用户跑quickstart的时候自己启动个etcd也没有多麻烦 :) |
In order to help users deploy Layotto with Docker, we want to provide a Docker image.
Considering that the configuration files in the Docker image are hard-coded, and users may extend their own configuration files and their own images, we can provide some basic Dockerfiles. When users want to extend image, they just write
FROM xxx
.Specifically, we need to prepare several Dockerfiles:
FROM the basic Dockerfile
, and then change the configuration to extend.Note: At present, the existing Dockerfiles in the
build/contrib/builder/image
directory are used for quickstart demo, which have some hard code such as starting etcd, and there is no common base image.The text was updated successfully, but these errors were encountered: