Skip to content

Commit

Permalink
Need /run for openvswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
atheurer committed Mar 22, 2024
1 parent a71947a commit f72c4e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions endpoints/osruntime-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ function launch_osruntime() {
cs_cmd+=" --net=host"
cs_cmd+=" --security-opt=label=disable"
cs_cmd+=" --mount=type=bind,source=$data_dir,destination=/tmp"
cs_cmd+=" --mount=type=bind,source=/run,destination=/run"
cs_cmd+=" --mount=type=bind,source=/lib/firmware,destination=/lib/firmware"
cs_cmd+=" --mount=type=bind,source=/lib/modules,destination=/lib/modules"
cs_cmd+=" --mount=type=bind,source=/usr/src,destination=/usr/src"
Expand Down

0 comments on commit f72c4e9

Please sign in to comment.