Skip to content

Docker images building

To build the stand docker images, build configurations (Dockerfile) and script placed to images subfolder are used. Docker images should be build as follows:

cd images
chmod +x build.sh
sudo ./build.sh
cd ..