initial commit

+ creating the architecture
+ some doc about volumes and bind mounts
+ added rule for iso in gitignore
+ understood a little more about dockerfile environment
This commit is contained in:
hugogogo
2022-08-27 15:15:32 +02:00
commit 90680662fc
10 changed files with 178 additions and 0 deletions

View File

View File

@@ -0,0 +1,10 @@
# build this image from parent image alpine:3.16.1
# available there : https://hub.docker.com/_/alpine
FROM alpine:3.16.1
WORKDIR /mariadb
#ENV PORT 80

View File

View File