| peusterm | 33bbc84 | 2017-09-04 16:34:09 +0200 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en-US"> |
| 3 | <head> |
| 4 | <meta charset="UTF-8"> |
| 5 | |
| 6 | <!-- Begin Jekyll SEO tag v2.3.0 --> |
| 7 | <title>Containernet | Use Docker containers as hosts in Mininet emulations.</title> |
| 8 | <meta property="og:title" content="Containernet" /> |
| 9 | <meta property="og:locale" content="en_US" /> |
| 10 | <meta name="description" content="Use Docker containers as hosts in Mininet emulations." /> |
| 11 | <meta property="og:description" content="Use Docker containers as hosts in Mininet emulations." /> |
| 12 | <link rel="canonical" href="http://localhost:4000/index.md.bak" /> |
| 13 | <meta property="og:url" content="http://localhost:4000/index.md.bak" /> |
| 14 | <meta property="og:site_name" content="Containernet" /> |
| 15 | <script type="application/ld+json"> |
| 16 | {"name":null,"description":"Use Docker containers as hosts in Mininet emulations.","author":null,"@type":"WebPage","url":"http://localhost:4000/index.md.bak","publisher":null,"image":null,"headline":"Containernet","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script> |
| 17 | <!-- End Jekyll SEO tag --> |
| 18 | |
| 19 | <meta name="description" content="Use Docker containers as hosts in Mininet emulations."/> |
| 20 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 21 | <meta name="theme-color" content="#157878"> |
| 22 | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> |
| 23 | <link rel="stylesheet" href="/assets/css/style.css?v="> |
| 24 | </head> |
| 25 | <body> |
| 26 | <section class="page-header"> |
| 27 | <h1 class="project-name">Containernet</h1> |
| 28 | <h2 class="project-tagline">Use Docker containers as hosts in Mininet emulations.</h2> |
| 29 | <a href="#overview" class="btn">Overview</a> |
| 30 | <a href="#get-started" class="btn">Get started</a> |
| 31 | <a href="#installation" class="btn">Installation</a> |
| 32 | <a href="#references" class="btn">References</a> |
| 33 | <a href="#contact" class="btn">Contact</a> |
| 34 | <a href="https://github.com/containernet/containernet" class="btn">GitHub</a> |
| 35 | <!-- |
| 36 | |
| 37 | |
| 38 | <a href="" class="btn">Download .zip</a> |
| 39 | <a href="" class="btn">Download .tar.gz</a> |
| 40 | |
| 41 | --> |
| 42 | </section> |
| 43 | |
| 44 | <section class="main-content"> |
| 45 | Text can be **bold**, _italic_, or ~~strikethrough~~. |
| 46 | |
| 47 | [Link to another page](another-page). |
| 48 | |
| 49 | There should be whitespace between paragraphs. |
| 50 | |
| 51 | There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project. |
| 52 | |
| 53 | # [](#header-1)Header 1 |
| 54 | |
| 55 | This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. |
| 56 | |
| 57 | ## [](#header-2)Header 2 |
| 58 | |
| 59 | > This is a blockquote following a header. |
| 60 | > |
| 61 | > When something is important enough, you do it even if the odds are not in your favor. |
| 62 | |
| 63 | ### [](#header-3)Header 3 |
| 64 | |
| 65 | ```js |
| 66 | // Javascript code with syntax highlighting. |
| 67 | var fun = function lang(l) { |
| 68 | dateformat.i18n = require('./lang/' + l) |
| 69 | return true; |
| 70 | } |
| 71 | ``` |
| 72 | |
| 73 | ```ruby |
| 74 | # Ruby code with syntax highlighting |
| 75 | GitHubPages::Dependencies.gems.each do |gem, version| |
| 76 | s.add_dependency(gem, "= #{version}") |
| 77 | end |
| 78 | ``` |
| 79 | |
| 80 | #### [](#header-4)Header 4 |
| 81 | |
| 82 | * This is an unordered list following a header. |
| 83 | * This is an unordered list following a header. |
| 84 | * This is an unordered list following a header. |
| 85 | |
| 86 | ##### [](#header-5)Header 5 |
| 87 | |
| 88 | 1. This is an ordered list following a header. |
| 89 | 2. This is an ordered list following a header. |
| 90 | 3. This is an ordered list following a header. |
| 91 | |
| 92 | ###### [](#header-6)Header 6 |
| 93 | |
| 94 | | head1 | head two | three | |
| 95 | |:-------------|:------------------|:------| |
| 96 | | ok | good swedish fish | nice | |
| 97 | | out of stock | good and plenty | nice | |
| 98 | | ok | good `oreos` | hmm | |
| 99 | | ok | good `zoute` drop | yumm | |
| 100 | |
| 101 | ### There's a horizontal rule below this. |
| 102 | |
| 103 | * * * |
| 104 | |
| 105 | ### Here is an unordered list: |
| 106 | |
| 107 | * Item foo |
| 108 | * Item bar |
| 109 | * Item baz |
| 110 | * Item zip |
| 111 | |
| 112 | ### And an ordered list: |
| 113 | |
| 114 | 1. Item one |
| 115 | 1. Item two |
| 116 | 1. Item three |
| 117 | 1. Item four |
| 118 | |
| 119 | ### And a nested list: |
| 120 | |
| 121 | - level 1 item |
| 122 | - level 2 item |
| 123 | - level 2 item |
| 124 | - level 3 item |
| 125 | - level 3 item |
| 126 | - level 1 item |
| 127 | - level 2 item |
| 128 | - level 2 item |
| 129 | - level 2 item |
| 130 | - level 1 item |
| 131 | - level 2 item |
| 132 | - level 2 item |
| 133 | - level 1 item |
| 134 | |
| 135 | ### Small image |
| 136 | |
| 137 |  |
| 138 | |
| 139 | ### Large image |
| 140 | |
| 141 |  |
| 142 | |
| 143 | |
| 144 | ### Definition lists can be used with HTML syntax. |
| 145 | |
| 146 | <dl> |
| 147 | <dt>Name</dt> |
| 148 | <dd>Godzilla</dd> |
| 149 | <dt>Born</dt> |
| 150 | <dd>1952</dd> |
| 151 | <dt>Birthplace</dt> |
| 152 | <dd>Japan</dd> |
| 153 | <dt>Color</dt> |
| 154 | <dd>Green</dd> |
| 155 | </dl> |
| 156 | |
| 157 | ``` |
| 158 | Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this. |
| 159 | ``` |
| 160 | |
| 161 | ``` |
| 162 | The final element. |
| 163 | ``` |
| 164 | |
| 165 | |
| 166 | <footer class="site-footer"> |
| 167 | |
| 168 | <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> |
| 169 | </footer> |
| 170 | </section> |
| 171 | |
| 172 | |
| 173 | <script type="text/javascript"> |
| 174 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 175 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 176 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 177 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 178 | |
| 179 | ga('create', 'UA-105785493-1', 'auto'); |
| 180 | ga('send', 'pageview'); |
| 181 | </script> |
| 182 | |
| 183 | </body> |
| 184 | </html> |