Example for deploying an image

This commit is contained in:
Jade Ellis 2024-11-25 01:50:14 +00:00
parent 0f81f730d8
commit affc0ce1df
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

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"