Skip to content

Commit

Permalink
add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
XXTX-TOP committed Sep 16, 2023
1 parent fc0930b commit a4eb479
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 基于空镜像scratch
FROM scratch
# 添加rootfs文件到镜像中
ADD yangtze-rootfs.tar.gz /
# 设置容器启动时的默认命令
CMD ["/bin/bash"]

0 comments on commit a4eb479

Please sign in to comment.