Coder Social home page Coder Social logo

docker's Introduction

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

docker's People

Contributors

lianguan avatar sheaven79 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.