Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Created October 2, 2015 06:31
Show Gist options
  • Save nobonobo/18b07148775645a13a83 to your computer and use it in GitHub Desktop.
Save nobonobo/18b07148775645a13a83 to your computer and use it in GitHub Desktop.
Web base IDE for golang 起動手順
#!/bin/sh
# for docker-machine
docker run -d -p 80:7070 88250/wide:latest \
./wide -docker=true -channel=ws://$(docker-machine ip default):80
open $(docker-machine ip default):80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment