Its-Alex / docker-buildx-cluster

Setup buildx cluster between VMs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker buildx cluster

This repo aim to setup a docker buildx cluster between two VMs to perform tests.

Requirements

How to

First you must start the VMs:

$ vagrant up

Then you need to connect to the first VM:

$ vagrant ssh buildx1

Add the ssh-key:

$ ssh-add /vagrant/ssh-key/id_ed25519

Create buildx context:

$ /vagrant/scripts/docker-create-nodes.sh

Check that buildx context has been successfully created:

$ docker buildx inspect --bootstrap cluster_builder

License

MIT

About

Setup buildx cluster between VMs


Languages

Language:Shell 100.0%