Proxmox

Proxmox: How To Install Portainer Using Docker On Proxmox (Virtual Machine)



Home Lab Network Tour and Setup

READ DESCRIPTION

Since Easter Sunday, I came home from work to find the my partner at the time took my two kids away ages 3 and 2 and for months now have been in family court, as hard as this experience has been, I have learnt a lot and learnt who you can trust or not, on a good note I have been lucky with the courts and what i have managed to get with my kids

I’ve had to shut down the home lab and office pack up and move out of the house and find somewhere else to live until the house is sold, so that’s why all my system are off and not running, i am not sure how long it will be like this but once I can get a place of my own my home lab will be up and running again like it once was!

Just wanted to do a recap of the homelab I once had at my house, I am keen and excited to be able to get my lab up and running once this court custody and property case can be over and done with

DADS fight for what is yours, especially when it is your kids, they deserve to be in your life, they are not only the mothers, they forget that and for sure lies apon lies will be told but at the end of it, they get exposed

This is a quick and simply tutorial on how to set up and run docker with the portainer GUI.

Download the iso (TurnKey core) then upload to your proxmox server then follow the steps and commands below. Thank you to i12bretro for the simple guide!

Links:
TurnkeyCore:
Putty:
I22bretro Youtube:

I only used putty to ssh into the server to copy and paste commands as proxmox does not like copying and pasting!

Commands in Order:
# update software repositories
apt update
# install available software updates
apt upgrade -y
# clean apt cache
apt clean
# reboot the container
reboot now

DOCKER INSTALL:
# install prerequisites
apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common -y
# add docker gpg key
curl -fsSL -F’=’ ‘/^ID=/{ print $NF }’ /etc/os-release)/gpg | apt-key add –
# add docker apt repository
add-apt-repository “deb [arch=$(dpkg –print-architecture)] -F’=’ ‘/^ID=/{ print $NF }’ /etc/os-release) $(lsb_release -cs) stable”
# update software repositories
apt update
# install docker
apt install docker-ce docker-compose containerd.io -y
You now can run docker containers from the command line

Portainer:
# create a working directory for portainer
mkdir ~/docker/portainer_data -p
# run the portainer container
docker run -d -p 8000:8000 -p 9000:9000 –name=portainer –restart=always -v /var/run/docker.sock:/var/run/docker.sock -v ~/docker/portainer_data:/data portainer/portainer-ce
# output the ip docker host address
ip addr

#docker #portainer #proxmox #ssh #putty #vm #code #script
#tplink #review #switch #unmanage

#docker #dockecontainers #adgaurd #linux

#networking #speedtest #homelab #zosi #cctv #system #homesecurity #

#homelab #server #proxmox #docker #website
#cloudflare #DNS #tunnel
#Proxmox #minecraft #turnkeyproject #homelab #homenetwork #server #minecraftserver #hostyourownservers
#tour #setup #office #homelab #server #homenetworking #pihole #dns #server #adblocker #networking #homelab #networking101 #family #familycourt #australia #informationtechnology #homelab #homelabs #network #servers #homeserver #homejob #homenetwork #youtube #build #built #before #after #rack #cctv #homesecurity #camera #dome #bullet #dvr #nvr #install #dyi #zosi
#update #minute #youtube #life #family #imissyou
#server #rack #homelab #networkrack #serverrack #homeserver #homelabnetworks #networks #networking #enterprise #business

My server rack and hardware:
27 Network Rack (600mm):

Server 1:
Standard Acer Veriton motherboard (SFF)
Intel i5 4440
DDR3 16gb ram 1600mhz
500gb Hard drive

Server 2 IBM:
CPU: M3 Xeon quad core 3440 2.53GHz
DDR3 24gb Ram
2X 500gb hard drive
Intel dual port network card

Server 3 Dell Power edge R410:
CPU: Xeon L5630 2.12GHz
16 GB ECC Server Ram
500 GB Samsung SSD
1Tb WD hard drive
500 WD hard drive

Server 4:
16gb DDR4
500gb Kingston SSD
2tb WD Hard drive
Intel i5

Synology Nas 2 Bay DS220J
2X 2tb Seagate iron wolf Nas Hard drives

Stay Connected with US!

Twitter:

Discord:

Instagram:

Facebook:

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button