diff --git a/faq.md b/faq.md index aa65a44..aa34dbb 100644 --- a/faq.md +++ b/faq.md @@ -22,11 +22,11 @@ You need to build a new image with the new software, please cf [Build](/build.md ## How to exchange data to BIOP-desktop? -Multiple options are available depending of the data size and of your harware local computer or remote. +Multiple options are available depending of the data size and of your harware (local computer or remote). ### OMERO -BIOP-desktop is ideally suited if you are data are hosted on an OMERO server +BIOP-desktop is ideally suited if your data are hosted on an OMERO server ### ZIP @@ -38,11 +38,21 @@ The file will be accessible from the Desktop, in your "home" folder. > - drag & drop the zip! > - unzip from the BIOP-desktop -In the Jupyter Lab interface , you can get into a folder, right-click to of your home - +In the Jupyter Lab interface , you can get into a folder, right-click to save the folder as a zip. ### Mount folder (locally) When running the BIOP-desktop locally, you can mount a folder from your computer to the BIOP-desktop when you START the BIOP-desktop. ```docker run -it --rm -p 8888:8888 --gpus device=0 --mount src=where/on/your/computer,target=where/in/the/docker,type=bind biop-desktop:0.0.7``` + +### Mount folder (remotely) + +When running the BIOP-desktop remotely, you can mount an S3 storage to the BIOP-desktop when you START the BIOP-desktop. +Please get in touch with your IT. + + +## How to skip jupyter lab interface and arrive directly on the BIOP-desktop ? + +Open a browser and go to [http://127.0.0.1:8888/vnc/](http://127.0.0.1:8888/vnc/)! +