Hi, I'm trying to generate a Docker image containing NetLogo 5.2.1 and some extensions. So far, I found similitude/netlogo-sample-simmer (https://hub.docker.com/r/similitude/netlogo-sample-simmer/builds/be7mncockt87fxdt3s8t3km/) and similitude/netlogo-docker (https://hub.docker.com/r/similitude/netlogo-docker/~/dockerfile/).
I am able to launch a basic NetLogo docker image with: docker run --name testingnl -v SOURCE_FOLDER:/nl1 -i -t similitude/netlogo-sample-simmer /bin/bash Now I would need to install the extensions I need for my code but I haven´t been able to find an example code or something to follow. Finally, I would like to test if the installation goes alright and for that I would need to run the model from Docker Terminal, right? How can I do that? Thanks for the help! -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to netlogo-devel+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.