Lines Matching full:docker
1 # Run OpenBMC Test Automation Using Docker
3 Running OpenBMC automation using Docker involves creating a Docker image and
4 then running automation tests inside the Docker container.
6 ## Build Docker Image
8 `Note: Prerequisite is to have Docker installed.`
26 5. Build the Docker image required to execute the robot tests (it may take close
27 to 15 mins for the first time). The default Docker image name is
28 "openbmc/ubuntu-robot-qemu". You can check images using "docker images"
31 `./scripts/build-qemu-robot-docker.sh`
33 **Note:** When your Docker is behind a proxy, add the following parameters to
50 3. Execute docker run to initiate BMC code update.
56 docker run --user root \
68 file from HOME directory of the system where docker run command is executed:
71 docker run --user root \
93 1. Execute docker run to execute OpenBMC automation test cases.
95 **Note:** This runs a Docker container using openbmc/ubuntu-robot-qemu image.
101 docker run --user root \
116 docker run --user root \