Dockerised Unity Editor made for continuous integration.
Run the editor image using an interactive shell
docker run -it --rm unityci/editor:[tag] bash
example
docker run -it --rm unityci/editor:ubuntu-2020.1.1f1-android-0.3.0 bash
Run the editor
unity-editor help
⚠ Note that the help
-command currently does not work, but other commands do.