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

I would like to share my build using docker and lubuntu #209

Open pedrombmachado opened 1 year ago

pedrombmachado commented 1 year ago

Dear all, I created an instalation of NEST simulator v3.6 using lubuntu for new users. My build his available here. I strongly believe that this build will help with the user experience. Therefore, I would like to share this with community unnder Apache 2.0 license. Kind regards, Pedro

:warning: The mentioned container is not related to NEST. Check for unwanted content first! :warning: – @terhorstd

pedrombmachado commented 1 year ago

I am happy to change the login credentials if NESt would like to adopt this image.

terhorstd commented 12 months ago

Dear Pedro, it seems you have built a docker image for a Microsoft environment, however, since NEST is continuously developed a single image is less interesting than the process used to build it. Do you have a Dockerfile somewhere that shows how the image was built?

terhorstd commented 12 months ago

Another note: Please be aware that we release NEST unter GPL which is a strong copyleft license and is not compatible with the Apache License (permissive). We strongly recommend you to publish this under the same license, or declare the content of your image appropriately.

pedrombmachado commented 11 months ago

Dear @terhorstd , Not really, I have built a cross-patform image that loads Lubuntu inside a docker containers. Users can RDP into the the container. I will update the Dockerfile and share it with you. Meanwhile, I would like to encourage you to test the environment by following the instructions in my ~personal docker hub~.

terhorstd commented 10 months ago

:warning: Running Docker containers without being able to see what's inside is highly dangerous and we would advise everyone strongly against trying this! Without seeing the source, one basically grants root permissions. A closed source container is strongly against the concept of open-source and does not fit into an open scientific environment. Installed components must be known to trust the results.