Make sure docker is installed on your development machine. Download the all Dockerfile's above and place them in the same folder.
Navigate to the folder of the docker files and open a terminal in the folder.
docker build -t unityci/wine:latest -f Wine.dockerfile .
docker build -t unityci/wine-hub:latest -f UnityHub.dockerfile .
Replace ${...} with the corresponding variables
docker build --build-arg UNITY_VERSION=${UNITY_VERSION} --build-arg CHANGE_SET=${CHANGE_SET} -t unityci/ubuntu-${UNITY_VERSION}-windows-il2cpp -f UnityEditor.dockerfile