Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How copy/paste text on BootToDocker console

Tags:

I use Docker on Windows 8.1 and I would like know how I can copy/paste a simple text inside the Boot2Docker console please, I have try ctrl+v and right-click but don't work.

Thanks.

like image 901
Axel Briche Avatar asked Mar 12 '15 12:03

Axel Briche


People also ask

How to copy paste in play with k8?

You can copy selecting text with right click. And to paste use Shift + INS key.

How do I paste into Docker terminal?

If you want to copy/paste the contents on Docker Quickstart Terminal using mouse follow these steps. Open the Docker Quickstart Terminal as an Administrator. At the top of terminal right Click on the Blue Whale icon and select “Defaults”. In the “Options” tab of new window check the QuickEdit Mode and click OK.


Video Answer


1 Answers

1st Option

 Right click on the window menu title --> Edit --> Paste 

2nd Option

 - Double click the start.sh script (this is the script behind the boot2docker linkage)  - Right click on the window menu title --> Options --> mark check box QuickEdit-Mode  - You will then be able to paste text via right click 
like image 184
René Winkler Avatar answered Sep 21 '22 23:09

René Winkler