Skip to content

ArmeenF/HomeLab-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Home Lab Documentation

Introduction

This section provides an overview of the documentation, the purpose of my home lab, and the goals I aim to achieve.

Table of Contents

Markdown Cheat Sheet

Looking for a quick reference guide for Markdown syntax? Check out this cheat sheet to help you format your text, add links, insert images, and more. It's a handy resource to have on hand while working with Markdown.

Markdown Cheat Sheet

Install Portainer CE

Portainer Server Deployment

  • Create Proxmox LXC
  • nano /etc/ssh/sshd_config
    • PermitRootLogin yes
  • VScode SSH

Deployment

  • Portainer Documentation
  • docker volume create portainer_data
  • docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest

Install Docker

  • apt-get update
  • apt-get upgrade -y
  • apt install docker.io -y
  • systemctl enable docker
  • systemctl start docker
  • systemctl status docker
  • docker -v

Hardware Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published