Boinc
#16
Shutting it down is just through "docker stop containername"

To pass commands to inside the container, do "docker exec containername command"

If you want to enter the container, you can do "docker exec -it containername bash"

Inside the container, /etc/my_init.d/firstrun.sh starts the core and /startapp.sh starts the gui. But any changes you make to either of those files would be reverted if the container is deleted and recreated because they are inside the image
Reply

Logout Mark Read Team Forum Stats Members Help
Boinc0