Giter Site home page Giter Site logo

visual-studio-linux-build-box's People

Contributors

bazzilic avatar ducatel avatar mhmmdd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

visual-studio-linux-build-box's Issues

Host name

In the README i'd reccomend saying to use localhost instead of docker container hostname.

I can fork and update if you find this reasonable.

Docker run requires additional flag "--security-opt seccomp:unconfined" starting v1.10

Security Updated for Docker requires new launch flag
Errors:
gdbserver fails w/ "Cannot PTRACE_TRACEME: Operation not permitted"
VS2015 will error w/ "Cannot start gdbserver"

docker run -d -p 12345:22 visual-studio-linux-build-box
Should be updated to:
docker run -d -p 12345:22 --security-opt seccomp:unconfined visual-studio-linux-build-box

References:
moby/moby#20064
https://blog.docker.com/2016/02/docker-engine-1-10-security/

Port not exposed on host

Good day. Following the instructions as is results in port 12345 not being exposed on our Windows 10 x64 (Domain client, with DHCP enabled). How do we fix this? netstat -a on the host shows port 12345 not being used on any host interface. netstat within the ducatel container shows a binding to 0.0.0.0:22. Thank you.

I also tried binding port 12345 to a specific interface (the ethernet adapter of the host) - this results in error :

$ docker run -d -p 192.168.100.176:12345:22 --security-opt seccomp:unconfined ducatel/visual-studio-linux-build-box
d4e6452c0d7156e3081197cab14ee4dba463e322c9fd6edbd0bccab2df498774
C:\Program Files\Docker Toolbox\docker.exe: Error response from daemon: driver failed programming external connectivity on endpoint priceless_turing (88f3ca6c96931b88c0215a5ba5969144d674d6b3affe38253e54aa2d50492a06): Error starting userland proxy: listen tcp 192.168.100.176:12345: bind: cannot assign requested address.

linux header file

In the latest version of visual studio 2017, the image created by this dockerfile cannot synchronize linux header files.

Rebuild the image

Hi, thanks for putting this image out there, really helpful.

Would be nice if you could rebuild it to update to the latest ubuntu image and latest package versions ๐Ÿ‘

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.