[Gate-users] About Docker

Maxime Chauvin maxime.chauvin at inserm.fr
Tue Oct 23 11:13:19 CEST 2018


Dear Konstantinos,

you can find information about Docker here:
https://docs.docker.com/get-started/#recap-and-cheat-sheet <https://docs.docker.com/get-started/#recap-and-cheat-sheet>
and the commands you can use here:
https://docs.docker.com/engine/reference/commandline/docker/#child-commands <https://docs.docker.com/engine/reference/commandline/docker/#child-commands>

If you need to put data in your container you can either attach a shared folder with:
https://docs.docker.com/storage/volumes/ <https://docs.docker.com/storage/volumes/>
or copy your data in it with:
https://docs.docker.com/engine/reference/commandline/cp/ <https://docs.docker.com/engine/reference/commandline/cp/>

If you loose connection you can reconnect the container by first finding its Id_number with:
docker ps -a
and then connect to it with:
docker attach Id_number

Cheers,
  Maxime Chauvin


> On 23 Oct 2018, at 10:00, Konstantinos P. Chatzipapas, MSc <konhat88 at yahoo.gr> wrote:
> 
> Hello Maxime,
> Hello GATE community,
> 
> I have installed Docker Toolkit, "install" GATE in it, run the command Gate, everything is ok until this point.
> 
> 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?? 
> 
> And one more question, if I disconnect from the internet, how can I connect to the same terminal??
> 
> 
> Thank you in advance,
> Konstantinos
> 
> 
> 
> -- 
>  Konstantinos P. Chatzipapas 
>  Physicist, PhD 
>  Department of Medical Physics 
>  University of Patras 
> 
>      web page: Physics Magazine <http://www.physicsmag.com/>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20181023/4ac2a3f2/attachment.html>


More information about the Gate-users mailing list