Lines Matching full:docker
24 # Docker image will be tagged with when built.
94 echo "Unsupported system architecture(${ARCH}) found for docker image"
104 # Create the base Docker image for QEMU and Robot
105 # shellcheck source=scripts/build-qemu-robot-docker.sh
106 . "$DIR/scripts/build-qemu-robot-docker.sh" "$DOCKER_IMG_NAME"
115 # Start QEMU docker instance
116 # root in docker required to open up the https/ssh ports
117 obmc_qemu_docker=$(docker run --detach \
132 # docker instances talk over their private network
136 # This docker command intermittently asserts a SIGPIPE which
141 DOCKER_QEMU_IP_ADDR="$(docker inspect "$obmc_qemu_docker" | \
144 #Now wait for the OpenBMC QEMU Docker instance to get to standby
150 result=$(docker logs "$obmc_qemu_docker")
176 # Run the Docker container to execute the Robot test cases
178 docker run --rm \
189 # Now stop the QEMU Docker image
190 docker stop "$obmc_qemu_docker"