docker files examples
clone
git clone --recursive https://github.com/afreisinger/docker.git
update
git submodule foreach git pull origin main
add
git submodule add https://github.com/afreisinger/<repo-name>.git
git commit -am "add <repo-name>"
8000