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 | |
| parent | 7b94af70555aab814f964a08098d0fb123171f7e (diff) | |
changedfilename
| -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 @@ | |||
| 3 | Rocky SSH Container Launcher | 3 | Rocky SSH Container Launcher |
| 4 | 4 | ||
| 5 | Manual build command: | 5 | Manual build command: |
| 6 | podman build -f docker-build/Dockerfile -t rocky_dev:latest . | 6 | podman build -f docker_build/Dockerfile -t rocky_dev:latest . |
| 7 | 7 | ||
| 8 | Usage: | 8 | Usage: |
| 9 | python3 launcher.py # Build and launch container | 9 | python3 podman_launch_devenv.py # Build and launch container |
| 10 | python3 launcher.py --list # List running rocky-dev containers | 10 | python3 podman_launch_devenv.py --list # List running rocky-dev containers |
| 11 | python3 launcher.py --cleanup # Stop and remove all containers | 11 | python3 podman_launch_devenv.py --cleanup # Stop and remove all containers |
| 12 | """ | 12 | """ |
| 13 | import subprocess, argparse, os, glob | 13 | import subprocess, argparse, os, glob |
| 14 | 14 | ||
