7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
podman image rm ropgadget01
|
|
|
|
podman image build \
|
|
--tag ropgadget01 \
|
|
--file ~/pod/Containerfile
|