Giter Site home page Giter Site logo

devops-centos's Introduction

Centos 7 Docker Image

默认使用 Supervisord 作为入口,同时支持 noop (不启动 Supervisord, 容器内由 shell 执行一个空循环,以确保容器处于运行状态) 和 root 方式 (可直接以 root 进入容器)。


如何使用

FROM movoin/devops-centos

构建机制与生命周期

  • conf/provision/entrypoint.d 容器被启动时,将加载该文件夹中的 shell 文件
  • conf/provision/onbuild.d 容器被构建时,将加载该文件夹中的 shell 文件(只一次,加载完后会删除)
  • conf/provision/install.d 容器被构建之前,将加载该文件夹中的 shell 文件(只一次,加载完后会删除)

启动顺序

  • 当构建容器时 : install.d -> onbuild.d
  • 当启动容器时 : entrypoint.d

拉取镜像

docker pull movoin/devops-centos

更新日志

2018-06-28

  • 创建项目

devops-centos's People

Contributors

movoin avatar

Watchers

 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.