Lines Matching refs:container

4 # template script for generating ubuntu container for LXC
124 if [ ! -f $rootfs/etc/init/container-detect.conf ]; then
138 # make sure we have the current locale defined in the container
168 # finish setting up the user in the container by injecting ssh key and
202 # a parent container set the 50squid-deb-proxy-client file.
220 # Are we in a nested container, and the parent already knows of a proxy?
228 # Choose proxies for container
230 # APT_PROXY will be used to set /etc/apt/apt.conf.d/70proxy in the container.
324 echo "Container upgrade failed. The container cache may be out of date,"
528 ## Add the container-specific config
565 # If the container isn't running a native architecture, setup multiarch
598 # Install Packages in container
615 echo "Timezone in container is not configured. Adjust it manually."
637 # copy /etc/passwd, /etc/shadow, and /etc/group entries into container
641 # make sure user's shell exists in the container
644 echo "shell $shell for user $user was not found in the container."
653 # bind-mount the user's path into the container's /home
657 # use relative path in container
664 # Make sure the group exists in container
666 grpe=`getent group $grp` || return 0 # if host doesn't define grp, ignore in container
679 bindhome: bind <user>'s home into the container
682 arch: the container architecture (e.g. amd64): defaults to host arch
683 auth-key: SSH Public key file to inject into container
776 echo "can't create $arch container on $hostarch"
782 echo "can't create $arch container on $hostarch"
787 echo "can't create $arch container on $hostarch"
792 echo "can't create $arch container on $hostarch"
827 echo "failed to configure ubuntu $release for a container"
852 echo "# Use the 'sudo' command to run tasks as root in the container."