Code Monkey home page Code Monkey logo

dockerfiles's Introduction

sellorm's Dockerfiles

A collection of Dockerfiles used for building some of the images I use in my tools, builds and pipelines.

build

Dockerfile used to build the system that I build packages and so on with. the resulting image is used by several of my other projects.

Available on docker hub as sellorm/build.

This is a generic Centos 7 system with a ful suite of the standard build tools, gcc, make, etc. I use it in some of my build scripts the use the fpm package generator tool. Using fpm means I can create .deb and .rpm packages in the same system.

Usage:

docker run -ti -v ${PWD}:/build sellorm/build

linkchecker

Simple container to run linkchecker without having to bother installing it.

Available on docker hub as sellorm/linkchecker.

Linkchecker is a simple to run utility for checking links in html documents or web sites.

Usage:

docker run sellorm/linkchecker http://example.com

Or for help:

docker run sellorm/linkchecker --help

couchdb

CouchDB in a container!

Available on docker hub as sellorm/couchdb.

CouchDB is a lightweight document oriented database.

Usage:

docker run -v $(PWD):/var/lib/couchdb -p 5984:5984 sellorm/couchdb

This exposes couchdb on port 5984 on your local machine and writes the couchdb database files to the current working directory.

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.