Example for deploying an image

This commit is contained in:
Jade Ellis
2024-11-25 01:50:14 +00:00
parent 0f81f730d8
commit affc0ce1df
+2
View File
@@ -0,0 +1,2 @@
podman build -t misc-webserver -f "Dockerfile"
podman save --format oci-archive localhost/misc-webserver:latest | gzip | ssh fedora@213.32.25.24 -T "zcat | sudo podman load"