浏览代码

[containerization] Added screenshot of Docker Build Settings

/develop-generalizationTraining-TrainerController
eshvk 7 年前
当前提交
fbb1a3d2
共有 3 个文件被更改,包括 353 次插入0 次删除
  1. 1
      docs/Using-Docker.md
  2. 176
      images/docker.build.settings.png
  3. 176
      images/docker_build_settings.png

1
docs/Using-Docker.md


- Docker typically runs a container sharing a (linux) kernel with the host machine, this means that the
Unity environment **has** to be built for the **linux platform**. From the Build Settings Window, please select the architecture to be `x86_64` and choose the build to be `headless` (_This is important because we are running it in a container that does not have graphics drivers installed_).
Save the generated environment in the directory to be mounted (e.g. we have conveniently created an empty directory called at the top level `unity-volume`).
![Build Settings For Docker](../images/docker_build_settings.png)
- Ensure that `unity-volume/<environment-name>.x86_64` and `unity-volume/environment-name_Data`. So for example, `<environment_name>` might be `3Dball` and you might want to ensure that `unity-volume/3Dball.x86_64` and `unity-volume/3Dball_Data` are both present in the directory `unity-volume`.

176
images/docker.build.settings.png

之前 之后
宽度: 632  |  高度: 599  |  大小: 68 KiB

176
images/docker_build_settings.png

之前 之后
宽度: 632  |  高度: 599  |  大小: 68 KiB
正在加载...
取消
保存