mirror of
				https://github.com/TrentSPalmer/trentdocs_website.git
				synced 2025-10-30 21:41:42 -07:00 
			
		
		
		
	begin arch_reddis_nspawn.md
This commit is contained in:
		
							
								
								
									
										11
									
								
								docs/arch_reddis_nspawn.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								docs/arch_reddis_nspawn.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | |||||||
|  | # Quick Dirty Reddis Nspawn Container on Arch Linux | ||||||
|  |  | ||||||
|  | ## Create a FileSystem | ||||||
|  |  | ||||||
|  | ```bash | ||||||
|  | cd /var/lib/machines | ||||||
|  | # create a directory | ||||||
|  | mkdir <container> | ||||||
|  | # use pacstrap to create a file system | ||||||
|  | pacstrap -i -c -d <container> base --ignore linux | ||||||
|  | ``` | ||||||
| @@ -1,4 +1,5 @@ | |||||||
| # Welcome to Trent Docs   | # Welcome to Trent Docs   | ||||||
|  | * [Quick Dirty Reddis Nspawn Container on Arch Linux](arch_reddis_nspawn.md) | ||||||
|  |  | ||||||
| <!--- | <!--- | ||||||
|     * [Template](Template.md) |     * [Template](Template.md) | ||||||
|   | |||||||
| @@ -4,3 +4,5 @@ theme:    readthedocs | |||||||
|  |  | ||||||
| pages: | pages: | ||||||
|     - 'Home': index.md |     - 'Home': index.md | ||||||
|  |     - 'Quick Dirty Reddis Nspawn Container on Arch Linux': arch_reddis_nspawn.md | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										154
									
								
								site/arch_reddis_nspawn/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										154
									
								
								site/arch_reddis_nspawn/index.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,154 @@ | |||||||
|  | <!DOCTYPE html> | ||||||
|  | <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> | ||||||
|  | <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> | ||||||
|  | <head> | ||||||
|  |   <meta charset="utf-8"> | ||||||
|  |   <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||||
|  |   <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||
|  |    | ||||||
|  |    | ||||||
|  |   <link rel="shortcut icon" href="../img/favicon.ico"> | ||||||
|  |   <title>Quick Dirty Reddis Nspawn Container on Arch Linux - Trent Docs</title> | ||||||
|  |   <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'> | ||||||
|  |  | ||||||
|  |   <link rel="stylesheet" href="../css/theme.css" type="text/css" /> | ||||||
|  |   <link rel="stylesheet" href="../css/theme_extra.css" type="text/css" /> | ||||||
|  |   <link rel="stylesheet" href="../css/highlight.css"> | ||||||
|  |    | ||||||
|  |   <script> | ||||||
|  |     // Current page data | ||||||
|  |     var mkdocs_page_name = "Quick Dirty Reddis Nspawn Container on Arch Linux"; | ||||||
|  |     var mkdocs_page_input_path = "arch_reddis_nspawn.md"; | ||||||
|  |     var mkdocs_page_url = "/arch_reddis_nspawn/"; | ||||||
|  |   </script> | ||||||
|  |    | ||||||
|  |   <script src="../js/jquery-2.1.1.min.js"></script> | ||||||
|  |   <script src="../js/modernizr-2.8.3.min.js"></script> | ||||||
|  |   <script type="text/javascript" src="../js/highlight.pack.js"></script>  | ||||||
|  |    | ||||||
|  | </head> | ||||||
|  |  | ||||||
|  | <body class="wy-body-for-nav" role="document"> | ||||||
|  |  | ||||||
|  |   <div class="wy-grid-for-nav"> | ||||||
|  |  | ||||||
|  |      | ||||||
|  |     <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> | ||||||
|  |       <div class="wy-side-nav-search"> | ||||||
|  |         <a href=".." class="icon icon-home"> Trent Docs</a> | ||||||
|  |         <div role="search"> | ||||||
|  |   <form id ="rtd-search-form" class="wy-form" action="../search.html" method="get"> | ||||||
|  |     <input type="text" name="q" placeholder="Search docs" /> | ||||||
|  |   </form> | ||||||
|  | </div> | ||||||
|  |       </div> | ||||||
|  |  | ||||||
|  |       <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> | ||||||
|  | 	<ul class="current"> | ||||||
|  | 	   | ||||||
|  |            | ||||||
|  |             <li class="toctree-l1"> | ||||||
|  | 		 | ||||||
|  |     <a class="" href="..">Home</a> | ||||||
|  | 	    </li> | ||||||
|  |            | ||||||
|  |             <li class="toctree-l1 current"> | ||||||
|  | 		 | ||||||
|  |     <a class="current" href="./">Quick Dirty Reddis Nspawn Container on Arch Linux</a> | ||||||
|  |     <ul class="subnav"> | ||||||
|  |              | ||||||
|  |     <li class="toctree-l2"><a href="#quick-dirty-reddis-nspawn-container-on-arch-linux">Quick Dirty Reddis Nspawn Container on Arch Linux</a></li> | ||||||
|  |      | ||||||
|  |         <ul> | ||||||
|  |          | ||||||
|  |             <li><a class="toctree-l3" href="#create-a-filesystem">Create a FileSystem</a></li> | ||||||
|  |          | ||||||
|  |         </ul> | ||||||
|  |      | ||||||
|  |  | ||||||
|  |     </ul> | ||||||
|  | 	    </li> | ||||||
|  |            | ||||||
|  |         </ul> | ||||||
|  |       </div> | ||||||
|  |         | ||||||
|  |     </nav> | ||||||
|  |  | ||||||
|  |     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> | ||||||
|  |  | ||||||
|  |        | ||||||
|  |       <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> | ||||||
|  |         <i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||||||
|  |         <a href="..">Trent Docs</a> | ||||||
|  |       </nav> | ||||||
|  |  | ||||||
|  |        | ||||||
|  |       <div class="wy-nav-content"> | ||||||
|  |         <div class="rst-content"> | ||||||
|  |           <div role="navigation" aria-label="breadcrumbs navigation"> | ||||||
|  |   <ul class="wy-breadcrumbs"> | ||||||
|  |     <li><a href="..">Docs</a> »</li> | ||||||
|  |      | ||||||
|  |        | ||||||
|  |      | ||||||
|  |     <li>Quick Dirty Reddis Nspawn Container on Arch Linux</li> | ||||||
|  |     <li class="wy-breadcrumbs-aside"> | ||||||
|  |        | ||||||
|  |     </li> | ||||||
|  |   </ul> | ||||||
|  |   <hr/> | ||||||
|  | </div> | ||||||
|  |           <div role="main"> | ||||||
|  |             <div class="section"> | ||||||
|  |                | ||||||
|  |                 <h1 id="quick-dirty-reddis-nspawn-container-on-arch-linux">Quick Dirty Reddis Nspawn Container on Arch Linux</h1> | ||||||
|  | <h2 id="create-a-filesystem">Create a FileSystem</h2> | ||||||
|  | <pre><code class="bash">cd /var/lib/machines | ||||||
|  | # create a directory | ||||||
|  | mkdir <container> | ||||||
|  | # use pacstrap to create a file system | ||||||
|  | pacstrap -i -c -d <container> base --ignore linux | ||||||
|  | </code></pre> | ||||||
|  |                | ||||||
|  |             </div> | ||||||
|  |           </div> | ||||||
|  |           <footer> | ||||||
|  |    | ||||||
|  |     <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> | ||||||
|  |        | ||||||
|  |        | ||||||
|  |         <a href=".." class="btn btn-neutral" title="Home"><span class="icon icon-circle-arrow-left"></span> Previous</a> | ||||||
|  |        | ||||||
|  |     </div> | ||||||
|  |    | ||||||
|  |  | ||||||
|  |   <hr/> | ||||||
|  |  | ||||||
|  |   <div role="contentinfo"> | ||||||
|  |     <!-- Copyright etc --> | ||||||
|  |      | ||||||
|  |   </div> | ||||||
|  |  | ||||||
|  |   Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||||||
|  | </footer> | ||||||
|  | 	   | ||||||
|  |         </div> | ||||||
|  |       </div> | ||||||
|  |  | ||||||
|  |     </section> | ||||||
|  |      | ||||||
|  |   </div> | ||||||
|  |  | ||||||
|  |   <div class="rst-versions" role="note" style="cursor: pointer"> | ||||||
|  |     <span class="rst-current-version" data-toggle="rst-current-version"> | ||||||
|  |        | ||||||
|  |        | ||||||
|  |         <span><a href=".." style="color: #fcfcfc;">« Previous</a></span> | ||||||
|  |        | ||||||
|  |        | ||||||
|  |     </span> | ||||||
|  | </div> | ||||||
|  |     <script src="../js/theme.js"></script> | ||||||
|  |  | ||||||
|  | </body> | ||||||
|  | </html> | ||||||
| @@ -58,6 +58,11 @@ | |||||||
|     </ul> |     </ul> | ||||||
| 	    </li> | 	    </li> | ||||||
|            |            | ||||||
|  |             <li class="toctree-l1"> | ||||||
|  | 		 | ||||||
|  |     <a class="" href="arch_reddis_nspawn/">Quick Dirty Reddis Nspawn Container on Arch Linux</a> | ||||||
|  | 	    </li> | ||||||
|  |            | ||||||
|         </ul> |         </ul> | ||||||
|       </div> |       </div> | ||||||
|         |         | ||||||
| @@ -91,6 +96,9 @@ | |||||||
|             <div class="section"> |             <div class="section"> | ||||||
|                |                | ||||||
|                 <h1 id="welcome-to-trent-docs">Welcome to Trent Docs</h1> |                 <h1 id="welcome-to-trent-docs">Welcome to Trent Docs</h1> | ||||||
|  | <ul> | ||||||
|  | <li><a href="arch_reddis_nspawn/">Quick Dirty Reddis Nspawn Container on Arch Linux</a></li> | ||||||
|  | </ul> | ||||||
| <!--- | <!--- | ||||||
|     * [Template](Template.md) |     * [Template](Template.md) | ||||||
| --> | --> | ||||||
| @@ -99,6 +107,13 @@ | |||||||
|           </div> |           </div> | ||||||
|           <footer> |           <footer> | ||||||
|    |    | ||||||
|  |     <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> | ||||||
|  |        | ||||||
|  |         <a href="arch_reddis_nspawn/" class="btn btn-neutral float-right" title="Quick Dirty Reddis Nspawn Container on Arch Linux">Next <span class="icon icon-circle-arrow-right"></span></a> | ||||||
|  |        | ||||||
|  |        | ||||||
|  |     </div> | ||||||
|  |    | ||||||
|  |  | ||||||
|   <hr/> |   <hr/> | ||||||
|  |  | ||||||
| @@ -122,6 +137,8 @@ | |||||||
|        |        | ||||||
|        |        | ||||||
|        |        | ||||||
|  |         <span style="margin-left: 15px"><a href="arch_reddis_nspawn/" style="color: #fcfcfc">Next »</a></span> | ||||||
|  |        | ||||||
|     </span> |     </span> | ||||||
| </div> | </div> | ||||||
|     <script src="./js/theme.js"></script> |     <script src="./js/theme.js"></script> | ||||||
| @@ -131,5 +148,5 @@ | |||||||
|  |  | ||||||
| <!-- | <!-- | ||||||
| MkDocs version : 0.16.3 | MkDocs version : 0.16.3 | ||||||
| Build Date UTC : 2017-06-27 21:30:05 | Build Date UTC : 2017-06-27 22:19:20 | ||||||
| --> | --> | ||||||
|   | |||||||
| @@ -2,13 +2,28 @@ | |||||||
|     "docs": [ |     "docs": [ | ||||||
|         { |         { | ||||||
|             "location": "/", |             "location": "/", | ||||||
|             "text": "Welcome to Trent Docs", |             "text": "Welcome to Trent Docs\n\n\n\n\nQuick Dirty Reddis Nspawn Container on Arch Linux", | ||||||
|             "title": "Home" |             "title": "Home" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "location": "/#welcome-to-trent-docs", |             "location": "/#welcome-to-trent-docs", | ||||||
|             "text": "", |             "text": "Quick Dirty Reddis Nspawn Container on Arch Linux", | ||||||
|             "title": "Welcome to Trent Docs" |             "title": "Welcome to Trent Docs" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "location": "/arch_reddis_nspawn/", | ||||||
|  |             "text": "Quick Dirty Reddis Nspawn Container on Arch Linux\n\n\nCreate a FileSystem\n\n\ncd /var/lib/machines\n# create a directory\nmkdir <container>\n# use pacstrap to create a file system\npacstrap -i -c -d <container> base --ignore linux", | ||||||
|  |             "title": "Quick Dirty Reddis Nspawn Container on Arch Linux" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "location": "/arch_reddis_nspawn/#quick-dirty-reddis-nspawn-container-on-arch-linux", | ||||||
|  |             "text": "", | ||||||
|  |             "title": "Quick Dirty Reddis Nspawn Container on Arch Linux" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "location": "/arch_reddis_nspawn/#create-a-filesystem", | ||||||
|  |             "text": "cd /var/lib/machines\n# create a directory\nmkdir <container>\n# use pacstrap to create a file system\npacstrap -i -c -d <container> base --ignore linux", | ||||||
|  |             "title": "Create a FileSystem" | ||||||
|         } |         } | ||||||
|     ] |     ] | ||||||
| } | } | ||||||
| @@ -48,6 +48,11 @@ | |||||||
|     <a class="" href=".">Home</a> |     <a class="" href=".">Home</a> | ||||||
| 	    </li> | 	    </li> | ||||||
|            |            | ||||||
|  |             <li class="toctree-l1"> | ||||||
|  | 		 | ||||||
|  |     <a class="" href="arch_reddis_nspawn/">Quick Dirty Reddis Nspawn Container on Arch Linux</a> | ||||||
|  | 	    </li> | ||||||
|  |            | ||||||
|         </ul> |         </ul> | ||||||
|       </div> |       </div> | ||||||
|         |         | ||||||
|   | |||||||
| @@ -9,4 +9,12 @@ | |||||||
|     </url> |     </url> | ||||||
|      |      | ||||||
|  |  | ||||||
|  |      | ||||||
|  |     <url> | ||||||
|  |      <loc>/arch_reddis_nspawn/</loc> | ||||||
|  |      <lastmod>2017-06-27</lastmod> | ||||||
|  |      <changefreq>daily</changefreq> | ||||||
|  |     </url> | ||||||
|  |      | ||||||
|  |  | ||||||
| </urlset> | </urlset> | ||||||
		Reference in New Issue
	
	Block a user