Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 223 Bytes

File metadata and controls

24 lines (15 loc) · 223 Bytes

Unity Docker

Docker container for Unity

Setup

Build the image

docker build -t unity-image .

Running

# docker compose (preferred)

docker compose up -d --build

# docker

docker run ...

Docs