Coder Social home page Coder Social logo

stellabarafon / docker-images Goto Github PK

View Code? Open in Web Editor NEW

This project forked from katharaframework/docker-images

0.0 0.0 0.0 22 KB

This repo contains the Dockerfile of Kathara images

License: GNU General Public License v3.0

Makefile 4.20% Shell 53.74% Dockerfile 42.06%

docker-images's Introduction

Docker Images

This repository contains Dockerfiles used to build Kathara images. A list of the Docker images we provided can be found at this page in the Docker Hub.

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 please run make <image_name>.

Example: make quagga

Extend Kathará Images

To alter (locally) an existing Kathará image refer to the following steps (remember that, by default, Docker needs root or sudo 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>

docker-images's People

Contributors

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