Vonng / pigsty

Battery-Included PostgreSQL Distro as a Free RDS Alternative
https://pigsty.io
GNU Affero General Public License v3.0
2.97k stars 241 forks source link

Provision VMs with docker #384

Closed Vonng closed 1 month ago

Vonng commented 3 months ago

We have vagrant (virtualbox / libvirtd) & terraform provisioning support.

But the docker is maybe the most convient way to provider "Virtual Machines"

We can build rocky 8.9 images, add systemd & sshd support, then use the containers as VM. and try the docker provider for vagrant.

Then we'll be able to launch many new VMs for testing & demo purpose as we can.

Vonng commented 1 month ago

Now we have a docker.yml config template to run Pigsty inside docker container.