<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Dear Konstantinos,<div class=""><br class=""></div><div class="">you can find information about Docker here:</div><div class=""><a href="https://docs.docker.com/get-started/#recap-and-cheat-sheet" class="">https://docs.docker.com/get-started/#recap-and-cheat-sheet</a></div><div class="">and the commands you can use here:</div><div class=""><a href="https://docs.docker.com/engine/reference/commandline/docker/#child-commands" class="">https://docs.docker.com/engine/reference/commandline/docker/#child-commands</a></div><div class=""><br class=""></div><div class="">If you need to put data in your container you can either attach a shared folder with:</div><div class=""><a href="https://docs.docker.com/storage/volumes/" class="">https://docs.docker.com/storage/volumes/</a></div><div class="">or copy your data in it with:</div><div class=""><a href="https://docs.docker.com/engine/reference/commandline/cp/" class="">https://docs.docker.com/engine/reference/commandline/cp/</a></div><div class=""><br class=""></div><div class="">If you loose connection you can reconnect the container by first finding its Id_number with:</div><div class="">docker ps -a</div><div class="">and then connect to it with:</div><div class="">docker attach Id_number</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""> Maxime Chauvin</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 23 Oct 2018, at 10:00, Konstantinos P. Chatzipapas, MSc <<a href="mailto:konhat88@yahoo.gr" class="">konhat88@yahoo.gr</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><div class="">Hello Maxime,</div><div class="">Hello GATE community,</div><div class=""><br class=""></div><div class="">I have installed Docker Toolkit, "install" GATE in it, run the command Gate, everything is ok until this point.</div><div class=""><br class=""></div><div class="">I am new to Docker, and I do not know, how can I upload my folders (data/mac/output) or at least some files like Materials.db at the space where Gate is running. Can you help me with this?? Is there a documentation on this matter?? </div><div class=""><br class=""></div><div class="">And one more question, if I disconnect from the internet, how can I connect to the same terminal??</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thank you in advance,</div><div class="">Konstantinos</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><span class=""><span style="font-family: Verdana, Geneva, sans-serif; font-size: 13.3333px;" class="">-- </span><br style="font-family: Verdana, Geneva, sans-serif; font-size: 13.3333px;" class=""><div class="ydpfefc43c3pre" style="margin: 0px; padding: 0px; font-family: monospace; font-size: 13.3333px;"><hr style="cursor: default;" class=""> Konstantinos P. Chatzipapas <br class=""> Physicist, PhD <br class=""> Department of Medical Physics <br class=""> <strong class="">University of Patras</strong> <br class=""><br class=""> web page: <em class=""><a href="http://www.physicsmag.com/" rel="nofollow" target="_blank" class="">Physics Magazine</a></em></div></span><br class=""></div><div class="ydp5a9bd41fyahoo-style-wrap" style="font-family: courier new, courier, monaco, monospace, sans-serif; font-size: 13px;"></div></div></div></blockquote></div><br class=""></div></body></html>