An update today will change how you set the persist path and other options. The equivalent of the above is:
docker run -p 10081:10080 -d -v “/home/unity/accelerator/test:/agent” -e UNITY_ACCELERATOR_LOG_STDOUT=false unitytechnologies/accelerator
Though the persist path should default to “/agent”, setting it explicitly is fine – and of course you can change it to something else if you’d prefer. Use -e UNITY_ACCELERATOR_PERSIST=/agent
You can find more information at these links as well:
https://hub.docker.com/repository/docker/unitytechnologies/accelerator