Skip to content

Instantly share code, notes, and snippets.

@joshbedo
Created December 19, 2015 08:22
Show Gist options
  • Save joshbedo/92fefb0375cade99d494 to your computer and use it in GitHub Desktop.
Save joshbedo/92fefb0375cade99d494 to your computer and use it in GitHub Desktop.
Docker proxy
//var GUEST_URL = process.env['DOCKER_HOST'].substring(0, guestPortIndex);
console.log(proxy.createServer({
target : 'http://192.168.99.100',
ws: true
}).listen(2376));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment