odyssey/docker
Kazantcev Andrey 61267b578d
Update ubuntu image version (#177)
The old ubuntu version uses an old cmake which didn't support `add_compile_definitions`
2020-06-16 10:44:19 +05:00
..
Dockerfile Update ubuntu image version (#177) 2020-06-16 10:44:19 +05:00
README.md Local development inside docker 2019-10-08 11:15:37 +05:00
docker-compose.yml Local development inside docker 2019-10-08 11:15:37 +05:00
entrypoint.sh Local development inside docker 2019-10-08 11:15:37 +05:00
odyssey.conf Local development inside docker 2019-10-08 11:15:37 +05:00

README.md

Local development inside Docker

To start you will need a Docker installed. To install see docker-for-mac, docker-for-windows, docker-for-linux.

To start just run:

docker-compose up

This command will:

  • Build Docker image with needed dependencies
  • Build CMAKE_BUILD_TYPE version of Odyssey (Debug by default)
  • Start Odyssey with odyssey.conf from this directory

Feel free to edit odyssey.conf  it's for local development and will not be committed.