Skip to content

Fix docker on Corstone-1000

Fix docker with Corstone-1000 FVP

  • Disable virtualization warning for Corstone-1000 FW
  • Resolve kernel check warnings for Corstone-1000
  • Configure Corstone-1000 kernel to pass Docker checks
  • Add kernel-modules to distro image
  • Increase timeouts for Corstone-1000 tests (CI)

After these changes...

  • systemctl start docker.service should start the docker service without error
  • docker run hello-world should run without error
  • docker run -p 8082:80 -d nginx should run without error and result in a running nginx container
  • ptest-runner -t 600 container-engine-integration-tests should run without any errors (at least from the test itself)

Merge request reports