Setup a Docker Swarm cluster

This commit is contained in:
2023-11-05 03:17:05 -05:00
commit 423e48f8ad
9 changed files with 304 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: all vagrant clean
all: vagrant
vagrant:
vagrant up --no-destroy-on-error --no-color | tee ./vagrantup.log
clean:
vagrant destroy -f --no-color
rm -rf .vagrant vagrantup.log .swarm