Commit b14331e
committed
Have podman remove the container after 'jekyll serve' finishes
The '--rm' flag removes the container when it exits.
If the intention of using containers is to create a more consistent
development environment, explicitly removing the container between
runs will help prevent inconsistencies due to a container's internal
state.
The image upon which the container is based is untouched by this flag.1 parent 2537a5a commit b14331e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
0 commit comments