Bootstrap: self
Exclude: /opt /usr /var /home /boot /run

%runscript
    echo "This is what happens when you run the container..."

%post
    echo "Hello from inside the container"
