/dockerfiles

Dockerfiles everywhere :whale:

Primary LanguageShellDo What The F*ck You Want To Public LicenseWTFPL

badouralix/dockerfiles

This repository contains some Dockerfiles.

See the repo on Docker Hub.

Current dockerfiles

  • curl-http2 : alpine-based docker image for curl with http2 support

  • lustre : debian-based docker image for Lustre V4

  • nusmv : alpine-based Docker image with NuSMV and zchaff SAT solver

  • oh-my-via : image for oh-my-via theme testing purpose

  • python-scrapy : debian-based docker image for scrapy

  • rancher-cli : rancher-cli for gitlab-ci

  • zunit : alpine-based image for ZUnit, a powerful unit testing framework for ZSH

Usage

$ git clone https://github.com/badouralix/dockerfiles.git badouralix-dockerfiles
$ cd badouralix-dockerfiles/<image_name>
$ docker build -t $USER-local/<image_name> .

Check out only some subdirectories

As of git version 1.7, you can check out just a subtree, using core.sparsecheckout option.

Tips and tricks

Give https://github.com/badouralix/dockerize a try, for painless and carefree docker build !

License

Unless explicitly stated to the contrary, all contents licensed under the WTFPL.