commit | 6374a34ada78d07eff793d2c026aebe399c90e35 | [log] [tgz] |
---|---|---|
author | Pratik raj <rajpratik71@gmail.com> | Sat Oct 31 18:05:58 2020 +0000 |
committer | Pratik raj <rajpratik71@gmail.com> | Sat Oct 31 18:05:58 2020 +0000 |
tree | 04a78f0091b4dc5b800ba361f0a2d55938ee8940 | |
parent | fff5db6328f19c75cde9570ee9460d8d81cd767f [diff] |
Use `--depth` flag to `git clone` in Dockerfiles, to save space optimize the git clone using --depth flag in term of size of clone and also in term's of time taken to fetch the files and commit history of whole repository . More detail can be found at blog https://www.atlassian.com/git/tutorials/big-repositories Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Ia25d420b2835f8decdcd69490afb259f464295e0
This repository contains a set of libraries and scripts that build on top of Mininet to construct topologies that include L3 routing elements. Quagga is used to construct routes that support a variety of routing protocols.
sudo apt-get install mininet
sudo apt-get install quagga
sudo pip install ipaddress
(if that doesn't work use sudo apt-get install python-pip
)