diff options
| author | hc <hc@email.ch> | 2025-05-30 22:57:29 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2025-05-30 22:57:29 +0800 |
| commit | 1de3097b9e7ac4c37734e1d6fbefeb46f7826e43 (patch) | |
| tree | acb0e9dd7a0c372566d70213247a4511d4788041 /podman_launch_devenv.py | |
| parent | 7b94af70555aab814f964a08098d0fb123171f7e (diff) | |
changedfilename
Diffstat (limited to 'podman_launch_devenv.py')
| -rwxr-xr-x | podman_launch_devenv.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/podman_launch_devenv.py b/podman_launch_devenv.py index a155b8f..8896c02 100755 --- a/podman_launch_devenv.py +++ b/podman_launch_devenv.py @@ -3,12 +3,12 @@ Rocky SSH Container Launcher Manual build command: - podman build -f docker-build/Dockerfile -t rocky_dev:latest . + podman build -f docker_build/Dockerfile -t rocky_dev:latest . Usage: - python3 launcher.py # Build and launch container - python3 launcher.py --list # List running rocky-dev containers - python3 launcher.py --cleanup # Stop and remove all containers + python3 podman_launch_devenv.py # Build and launch container + python3 podman_launch_devenv.py --list # List running rocky-dev containers + python3 podman_launch_devenv.py --cleanup # Stop and remove all containers """ import subprocess, argparse, os, glob |
