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:
10
srcs/requirements/mariadb/Dockerfile
Normal file
10
srcs/requirements/mariadb/Dockerfile
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user