Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 558 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 558 Bytes

docker-os

Building

Normal:

docker build -f debian/bullseye/Dockerfile -t xduooo/debian:bullseye .
docker build -f debian/bullseye/slim/Dockerfile -t xduooo/debian:bullseye-slim .
docker build -f alpine/Dockerfile -t xduooo/alpine:3.15 .

With ARGs:

docker build -f debian/bullseye/Dockerfile -t xduooo/debian:bullseye --build-arg TIMEZONE="Asia/Shanghai" .

Building ARGs

Key Default Description
TIMEZONE "Asia/Shanghai" The timezone.