diff options
| author | Mistivia <i@mistivia.com> | 2025-09-15 20:03:57 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-09-15 20:03:57 +0800 |
| commit | 99329b886e8790127600fbd8c6ea876ee8c2cda6 (patch) | |
| tree | b09807906573a16cb8d63a6f9062c43536a14074 /build-docker.sh | |
| parent | 390aa6e04717cb99d4456f72b196b6139564bd13 (diff) | |
add docker build script
Diffstat (limited to 'build-docker.sh')
| -rw-r--r-- | build-docker.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build-docker.sh b/build-docker.sh deleted file mode 100644 index af9bb31..0000000 --- a/build-docker.sh +++ /dev/null @@ -1,9 +0,0 @@ -sudo rm -rf rootfs -mkdir rootfs -mkdir rootfs/etc -mkdir rootfs/etc/ezlive/ -create_rootfs.sh ezlive rootfs/ -cp ezlive rootfs/ -cp -L -r /etc/ssl rootfs/etc/ -sudo podman build -t ezlive . -sudo podman save ezlive | gzip > ezlive-docker-image.tar.gz |
