Giter Club home page Giter Club logo

docker-kod-explorer's Introduction

Docker Image(s) for KodExplorer

Uses latest KodExplorer in the master branch, provides decoupled Nginx and PHP-FPM, and work with docker-compose instead of fighting against CLI options.

Usage

Create and start containers:

$ docker-compose up

Then open http://localhost:4000/ in your browser. You will see the welcome page of KodExplorer.

Get information about the data volume:

$ docker volume inspect my-kod-explorer-data

Retrieve data from container to host:

$ docker container create --name dummy -v my-kod-explorer-data:/data hello-world
$ docker cp dummy:/data ./data
$ docker rm dummy

Delete all resources (except volumes):

$ docker-compose down

Or delete all resources include volumes which will CLEANUP ALL YOUR DATA:

$ docker-compose down -v

Why

Before I started, I've searched in GitHub. Found similar repos like:

However, all these images do not meet my requirements. While I would like to deploy KodExplorer into my Kubernetes cluster, I need a Docker image that:

  1. Contains the latest version of KodExplorer.
  2. Serves using PHP-FPM, not php -S.
  3. Separated PHP-FPM and Nginx (2 standalone images).
  4. Prune and small.

So I created this repo. Hope you enjoy it!

docker-kod-explorer's People

Contributors

wi1dcard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.