#!/bin/bash # # zestawianie całej magii # # budujemy nowy dom... for img in images/*; do docker build -t plug/$img $img done