Skip to content

Instantly share code, notes, and snippets.

@tikg
Last active February 9, 2023 00:15
Show Gist options
  • Save tikg/2139cb6264a30dd763ec0e18338113c9 to your computer and use it in GitHub Desktop.
Save tikg/2139cb6264a30dd763ec0e18338113c9 to your computer and use it in GitHub Desktop.

podman quick deploy

sudo apt-get -y update  
sudo apt-get -y install podman  
podman run --name tuliao-wordpress -p 8080:80 -d wordpress  
podman generate kube tuliao-wordpress  
@tikg
Copy link
Author

tikg commented Jan 20, 2023

Note: well, you can save this as yaml and re-use somewhere where k8s exists

@tikg
Copy link
Author

tikg commented Feb 9, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment