There you can find a docker environment to test build on linux
There are:
BaseImage- image with swift (installed by SurfGen's script)Dockerfile- image wich build SurfGen (based on BaseImage)
How to use it:
- You need to build
BaseImage-docker build . -f BaseImage -t SurfGenEnv --no-cache - It's important ->
-t SurfGenEnv - Then you need to build
Dockerfile-docker build . -f Dockerfile -t SurfGenTest --no-cache - Then you need to run it to check build -
docker run SurfGenTest
Profit.
If you haven't ever worked with docker - don't touch content of files and ask somebody in Issues. Or find out what is that Docker :)