mirror of
https://github.com/kou029w/yama.git
synced 2025-01-18 16:08:11 +00:00
9 lines
244 B
YAML
9 lines
244 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
minirootfs:
|
||
|
image: docker.pkg.github.com/kou029w/yama/minirootfs
|
||
|
volumes:
|
||
|
- ./cache:/etc/apk/cache
|
||
|
- ./apkovl/etc/apk/repositories:/etc/apk/repositories
|
||
|
- ./apkovl/etc/apk/world:/etc/apk/world
|