Skip to content

garyritchie/unity-cacheserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Cacheserver

Repo for Docker Hub auto-build with sane defaults. Fork and pass your own build-time arguments if your desired tag doesn't exist.

Basic Usage

Refer to the included docker-compose.yml or, if you prefer:

docker run -d -P garyritchie/unity-cacheserver:2017.2.0f3

Building the Docker Image

For the following download URL: https://netstorage.unity3d.com/unity/46dda1414e51/CacheServer-2017.2.0f3.zip

Our build command would be:

docker build -t unity-cacheserver:2017.2.0f3 --build-arg VERSION=2017.2.0f3 --build-arg UCPATH=https://netstorage.unity3d.com/unity/46dda1414e51/ .

PATH (URL) and VERSION args for your desired version can be researched here: https://unity3d.com/get-unity/download/archive