Lines Matching full:container
26 # Container paths
32 # Container networking option
37 # because we want to persist the cargo registry across container invocations.
121 # Make sure we're using the latest dev container, by just pulling it.
130 ok_or_die "Error pulling/building container image. Aborting."
134 # Fix main directory permissions after a container ran as root.
135 # Since the container ran as root, any files it creates will be owned by root.
180 echo " --local Set the container image version being used to \"local\"."
208 echo " build-container [--type]"
209 echo " Build the Cloud Hypervisor container."
215 echo " Run the development container into an interactive, privileged BASH shell."
621 BUILD_DIR=/tmp/cloud-hypervisor/container/
637 cmd_build-container() {
649 die "Unknown build-container argument: $1. Please use --help for help."
682 …say_warn "WARNING: Your $CLH_ROOT_DIR folder will be bind-mounted in the container under $CTR_CLH_…