Created
February 13, 2021 07:56
-
-
Save AkashRajvanshi/66035c1e5976fed54abdf2d3843a35b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Check for turnkey templates, if not shows : Go to Proxmox Server Console -> `$ pveam update` | |
# Select turnkey-core ( It is optimized debian Container Image by turnkey project ) | |
# Note - Uncheck the priviledged container option | |
# Add resources and bootup container | |
# Install docker as per debian ( It uses very minimal reosurce, You can setup two three docker container in less then a 1 GB Ram) | |
# Extra Tip: Select the ID Criteria for Containers & VM's: | |
- VMS: 100-199 | |
- Containers 300-399 | |
# IP's Criteria | |
# Containers : x.x.x.151 - 250 | |
# VM's : x.x.x.50 - 150 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment