# Docker Compose creates multiple containers on a single machine. # run `docker-compose up` to create and run/link the containers # https://github.com/NREL/OpenStudio-server/blob/develop/docker-compose.yml version: '3.4' services: gcc: image: jianboy/gcc:latest