Skip to content

maddiethegm/autonode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Autonode

Autonode is a bash script for setting up a new docker swarm, or a new node for your existing docker swarm. Autonode is tested on Ubuntu 22.10 and requires no additional packages to be installed prior to running.

To have Autonode run using values provided by a config file such as autonode.conf, make the script executable, run it as root, and specify your config with '-init config':

sudo su

wget https://github.com/imthegm/autonode/archive/refs/heads/main.tar.gz

tar -xf main.tar.gz

cd autonode-main

chmod +x autonode.sh

./autonode.sh -init autonode.conf

To input values manually while Autonode runs, simply make the script executable and run it as root:

sudo su

wget https://github.com/imthegm/autonode/archive/refs/heads/main.tar.gz

tar -xf main.tar.gz

cd autonode-main

chmod +x autonode.sh

./autonode.sh

Enjoy!

About

Automatic docker setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages