Skip to content

Commit 85e07e9

Browse files
Delete wb container after it exits (#238)
1 parent 6be6276 commit 85e07e9

File tree

1 file changed

+1
-0
lines changed
  • startupscript/butane/wb

1 file changed

+1
-0
lines changed

startupscript/butane/wb/wb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ source '/home/core/wb/values.sh'
2626
# - Volume mount for persistence (-v)
2727
# - Pass all script arguments to container ("${@}")
2828
docker run \
29+
--rm \
2930
--network host \
3031
-v "${WB_CONTEXT_DIR}:/workbench_context:rw" \
3132
"${WB_IMAGE_NAME}" "${@}"

0 commit comments

Comments
 (0)