Initial commit. Add updater script and modules. Generated a Readme.md (ai) and manually reviewed.
This commit is contained in:
commit
291147ae20
8 changed files with 203 additions and 0 deletions
6
docker-update-all.sh
Executable file
6
docker-update-all.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/bash
|
||||
for script in $(find . -maxdepth 2 -name docker-update.sh); do
|
||||
pushd $(dirname $script)
|
||||
./docker-update.sh
|
||||
popd
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue