run linux c++ x11 eclipse from windows
10K+
easy linux c++ dev with from your windows/mac/linux machine! linux + x11 + eclipse (cdt) + c++ environment instructions:
increase xming font by adding " -dpi 108 " to it's shortcut (credit: https://aufather.wordpress.com/2010/11/21/increasing-font-size-in-xming-server/ )
to install stuff as root, use docker exec: docker exec -it -u root eclipse bash
vim ~/.ssh/config Host eclipse-neon HostName 127.0.0.1 Port 224 User eclipse IdentityFile ~/.ssh/id_rsa
Content type
Image
Digest
sha256:38e2ddef4…
Size
602.9 MB
Last updated
over 5 years ago
docker pull alljoynsville/eclipse-cpp-x11