Code Monkey home page Code Monkey logo

kathara-images's Introduction

Docker Images

This repository contains Dockerfiles used to build Kathará images. A list of the Docker images we provided can be found at this page in the Docker Hub. Currently our images are based on debian9 and debian10. If you need images based on other Linux distributions, feel free to create a PR with other Dockerfiles.

Currently available images are:

  • kathara/base: used to build all other images. It contains a variety of network tools and some complex services like bind, apache, etc.
  • kathara/quagga: extends the base image adding the Quagga routing daemon.
  • kathara/frr: extends the base image adding FRRouting.
  • kathara/sdn: extends the base image adding OpenVSwitch and Ryu SDN controller.

Building from source

To build an image from source, enter the directory according to your preferred base image and run make <image_name>.

Example: make quagga

Extend Kathará Images

The easiest way to extend a Kathará image is to clone this repository, change the Dockerfile according to your needs and locally build the new image.

If you instead prefer to alter (locally) an existing Kathará image, refer to the following steps (remember that, by default, Docker needs root or sudo permissions on Linux).

  1. docker pull kathara/<image_name>
  2. docker run -tid --name <image_new_name> kathara/<image_name>
  3. docker exec -ti <image_new_name> bash
  4. Do your thing, then exit.
  5. docker commit <image_new_name> kathara/<image_new_name>
  6. docker rm -f <image_new_name>

kathara-images's People

Contributors

lorenzo93 avatar skazza94 avatar xtrm0 avatar tcaiazzi avatar miguelpardal 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.