2 Star 0 Fork 0

Piplin / Docker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Piplin - Docker lite

系统要求

Docker Engine release 17.04.0+

项目克隆

$ git clone https://github.com/Piplin/Docker.git piplin-docker

构建

$ cd piplin-docker
$ docker build -t piplin:lite .

运行

$ docker run -d -p 80:80 --name piplin piplin:lite

访问

http://127.0.0.1 or http://piplin.app

用户名: piplin 密码: piplin

如果你要使用piplin.app访问,请预先在本机hosts配 127.0.0.1 piplin.app

可通过修改下面2个文件中的相关配置进行域名变更(修改后需要重新构建)

nginx/piplin.template
.env.docker

维护

停止容器

docker stop piplin

启动容器

docker start piplin

查看容器日志

docker logs piplin

进入 web 容器

docker exec -it piplin bash

清理

!!!注意以下操作会清理全部 Piplin Docker 数据,一般用于重新部署时用!!!

docker rm -f piplin
docker rmi piplin:lite
MIT License Copyright (c) 2017 Piplin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Piplin的Docker 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/Piplin/Docker.git
git@gitee.com:Piplin/Docker.git
Piplin
Docker
Docker
master

搜索帮助