aboutsummaryrefslogtreecommitdiff
path: root/build-docker.sh
blob: af9bb31d68e3d2e6d97e508530f1839ca07b99ec (plain)
1
2
3
4
5
6
7
8
9
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