Example for deploying an image
This commit is contained in:
parent
0f81f730d8
commit
affc0ce1df
1 changed files with 2 additions and 0 deletions
2
images/misc-webserver/deploy.nu
Normal file
2
images/misc-webserver/deploy.nu
Normal 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"
|
||||
Loading…
Add table
Reference in a new issue