This repository consists of a few scripts. They allow to build docker image for testing with ATF
- Make sure docker is installed
- Clone this repository
- Go to the root of repo
- Build docker image:
docker build -f dockerfile -t ubuntu_14.04:01 .
- Make sure image was created:
docker images
There should be the following:
REPOSITORY TAG
ubuntu_14.04 01
- Run docker container:
start_14.04.sh
- Steps are described for Ubuntu 14.04, but it's possible to build 16.04 as well