Updateded Readme and added openssh server to alpine

This commit is contained in:
2021-09-15 03:54:29 +02:00
parent 483071ed86
commit 23ff5d6408
2 changed files with 10 additions and 1 deletions

View File

@@ -266,6 +266,7 @@ packages:
action: install action: install
- packages: - packages:
- nano - nano
- openssh-server
action: install action: install
variants: variants:
- default - default

View File

@@ -9,11 +9,19 @@ This can be done on a Minimal debian CT (make sure to enable nesting) on the new
3. run `bash Scripts/FirstSetup.sh`, to genate the container images 3. run `bash Scripts/FirstSetup.sh`, to genate the container images
4. upload the `Debian-imgbuilder.tar.xz` to the proxmox server and create a privileged container 4. upload the `Debian-imgbuilder.tar.xz` to the proxmox server and create a privileged container
5. Follow the steps under Container Setup > imgbuilder 5. Follow the steps under Container Setup > imgbuilder
6. 6. Upload the `Debian-Jenkins.tar.xz` to the proxmox server and create a container
7. Follow the steps under Container Setup > Jenkins 7. Follow the steps under Container Setup > Jenkins
# List of containers # List of containers
| Name | Distro | Description |
|------|:------:|:-----------:|
| minimal | All | Minimal installed packages |
| default | All | ssh-server and nano packages |
| jenkins | Debian | Jenkins server |
| jenkinsBuilder | Debian | Basic node for Jenkins |
| imgbuilder | Debian | LXC template builder node for Jenkins |
# Container Setup # Container Setup
## imgbuilder ## imgbuilder