Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #64 from pedrocarrico/master
Browse files Browse the repository at this point in the history
Use docker-machine instead of boot2docker
  • Loading branch information
zabil authored Jan 4, 2017
2 parents 898d150 + 446d8f5 commit f247a48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Contributing

We encourage you to contribute to Go. For information on contributing to this project, please see our <a href="http://www.go.cd/contribute/">contributor's guide</a>.
A lot of useful information like links to user documentation, design documentation, mailing lists etc can be found in the <a href="http://www.go.cd/community/resources.html">resources</a> section.
We encourage you to contribute to Go. For information on contributing to this project, please see our <a href="http://www.gocd.io/contribute/">contributor's guide</a>.
A lot of useful information like links to user documentation, design documentation, mailing lists etc can be found in the <a href="http://www.gocd.io/community/resources.html">resources</a> section.

## Contributing Code?

Signing the [Contributor License Agreement (CLA)](http://www.go.cd/contribute/cla.html) is required before any of your code or pull-requests are accepted.
Signing the [Contributor License Agreement (CLA)](http://www.gocd.io/contribute/cla.html) is required before any of your code or pull-requests are accepted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ the first line of each Dockerfile.

## Contributing

We encourage you to contribute to Go. For information on contributing to this project, please see our [contributor's guide](http://www.go.cd/contribute).
A lot of useful information like links to user documentation, design documentation, mailing lists etc. can be found in the [resources](http://www.go.cd/community/resources.html) section.
We encourage you to contribute to Go. For information on contributing to this project, please see our [contributor's guide](http://www.gocd.io/contribute).
A lot of useful information like links to user documentation, design documentation, mailing lists etc. can be found in the [resources](http://www.gocd.io/community/resources.html) section.

## License

Expand Down
2 changes: 1 addition & 1 deletion phusion/server/go-server-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you're using docker on a Linux box, you can do this:
${COLOR_START}echo http://localhost:\$(docker inspect --format='{{(index (index .NetworkSettings.Ports "8153/tcp") 0).HostPort}}' $HOSTNAME)${COLOR_END}
If you're using docker through boot2docker, on a Mac, do this:
${COLOR_START}echo http://\$(boot2docker ip):\$(docker inspect --format='{{(index (index .NetworkSettings.Ports "8153/tcp") 0).HostPort}}' $HOSTNAME)${COLOR_END}
${COLOR_START}echo http://\$(docker-machine ip):\$(docker inspect --format='{{(index (index .NetworkSettings.Ports "8153/tcp") 0).HostPort}}' $HOSTNAME)${COLOR_END}
That command will output the URL through which you should be able to access the Go Server.
${COLOR_START}----------------------------------------------------------${COLOR_END}
Expand Down

0 comments on commit f247a48

Please sign in to comment.