mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
added alpine
This commit is contained in:
parent
fdc3f18e19
commit
37d660b6fa
3
.gitignore
vendored
3
.gitignore
vendored
@ -22,3 +22,6 @@ postgres/data/
|
|||||||
postgres/dev/
|
postgres/dev/
|
||||||
databases/dev/
|
databases/dev/
|
||||||
mariadb/dbgate-data/
|
mariadb/dbgate-data/
|
||||||
|
authentik/certs/
|
||||||
|
authentik/custom-templates/
|
||||||
|
authentik/media/
|
||||||
|
15
alpine/compose.yml
Normal file
15
alpine/compose.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# https://hub.docker.com/_/alpine
|
||||||
|
|
||||||
|
# Alpine Linux is a Linux distribution built around musl libc and BusyBox.
|
||||||
|
# The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images.
|
||||||
|
# This makes Alpine Linux a great image base for utilities and even production applications.
|
||||||
|
|
||||||
|
name: alpine
|
||||||
|
services:
|
||||||
|
alpine:
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
|
container_name: alpine
|
||||||
|
image: alpine
|
||||||
|
command: ash
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user