Initial docker sandbox

This commit is contained in:
2022-07-04 23:25:31 +08:00
parent 7008ec36b7
commit 4677b84a29
4 changed files with 51 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Autogenerated at 04.07.2022 22:16 using ./gen-makefile.sh
# Autogenerated at 04.07.2022 23:25 using ./gen-makefile.sh
##lamp: Apache + php + mariadb
lamp: apache php mariadb
@@ -110,6 +110,6 @@ help: Makefile
@echo "Available goals:"
@sed -n 's/^##//p' $< | column -t -s ':' | sed -e "s/^/\t/"
##<goal>_: Same as 'cat ./install/<goal>.sh'
##<goal>_: Same as 'cat ./install/<goal>'
%_:
@cat ./install/$*