Giter VIP home page Giter VIP logo

docker-flood's Introduction

docker-flood

DroneCI

The perfect match between a highly customizable torrent client and an awesome web ui.

This repo holds my dockerfiles used to create a flood web ui instance using rtorrent as backend. It was created to be easily deployed using a single docker-compose. These dockerfiles are based on Alpine Linux for minimalist and lightweight images.

flood_bis

Why two containers ?

For the sake of sticking to docker standards and application separation. Seriously, containers are not intended to have more than one process/service running at a time and for security purposes these containers are isolated as thinly as possible to help keep outward facing processes separate from internal ones.

Oh gosh, this is annoying to deploy !

Yes it can but with docker-compose.yml files you can easily launch a complex interdependent application with one command docker-compose up.

Why concatenating all your commands in a single RUN directive ?

Every RUN directive creates another layer in your container which makes your container much larger than it needs to be. Meaning if you do any package or archive cleanup after you've installed a bunch of things you're not actually saving any space.

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.