nest / nest-docker

Build scripts for the docker container with NEST simulator and services
https://nest-simulator.org/
GNU General Public License v2.0
3 stars 7 forks source link

Added NEST 3.1 with nest-desktop and Docker compose #69

Closed steffengraber closed 3 years ago

steffengraber commented 3 years ago

Docker files for NEST version 3.1 have been added to the repository. On dockerhub now exists the image nestsim/nest:3.1. Use is with:

`docker pull nestsim/nest:3.1 `

As a new feature, NEST desktop now exists in the image and with docker-compose running in the startup directory, the various services of the NEST docker image can be easily controlled.

Heads up. If the docker image is not pre-installed (docker pull nestsim/nest:3.1), "docker-compose ..." will start building the docker image from the local Docker files.

The latest image has also been updated with the new features.