diff options
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 |
