First Commit create dind image useful in gitea

This commit is contained in:
Saúl Badillo
2023-11-07 18:37:57 -06:00
commit cc047b50dd
2 changed files with 4 additions and 0 deletions

1
README.md Normal file
View File

@@ -0,0 +1 @@
Various dockerfiles that I have come tu use on my work/life

3
gitea-dind.Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM docker:24-dind
RUN apk add --no-cache nodejs npm