xrsec/osinit

By xrsec

Updated almost 3 years ago

Image
0

112

OS_Docker_INIT

versionDocker Automated BuildOS Docker INIT

USE

FROM xrsec/osinit:centos
LABEL maintainer="xrsec"
LABEL mail="troy@zygd.site"
LABEL Github="https://github.com/XRSec/OS_Docker_INIT"
LABEL org.opencontainers.image.source="https://github.com/XRSec/OS_Docker_INIT"
LABEL org.opencontainers.image.title="OS_Docker_INIT"

RUN whoami

# ENV TZ='Asia/Shanghai'
# ENV LANG 'zh_CN.UTF-8'

# STOPSIGNAL SIGQUIT

CMD [ "/bin/bash"]

Docker Pull Command

docker pull xrsec/osinit