First startup services need to work without internet connection
I realised a problem with a dockerized Pier-Admin API&UI: We need to find a way to pull these docker containers during the image creation, because otherwise Docker tries to pull the containers during first startup, which will not succeed as we only acquire internet access using the Admin UI... This could either be solved by building the container locally or figuring out a way to pre-pull containers or by providing a cache.