-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transfer file with iic-osic-tool #101
Comments
Hi! I usually used to start with ./start_vnc.sh and for me it works as follows: In the linux terminal on host I write "docker ps" to see the list of containers currently running. After I found a container id, I use "docker cp <container_id>:<file_path_inside_container> <final_destination_path>". This command should work both for vnc-viewer case (command that I am using "./start_vnc.sh") and for your case with ./start_x.sh. |
Ah nice, thank you. I confirm it works |
When you start a container either using Assuming you want to mount the folder
or
to start the container. |
Hi guys,
I'm using iic-osic-tool with linux.
Normally, I start the server using ./start_x.sh ...
But today i've realized that i don't know how to take the file from this server or transfer it to the local computer. Even i use the find manager of the pop up terminal (the one appear after command "./start_x.sh").
Do you know how we are able to transfer the file between them?
Thanks
The text was updated successfully, but these errors were encountered: