Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing links to help.cloud66.com #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Starter can also generate the `service.yml` file, which is a Cloud 66 service de

![Logo Starter an open source dockerfile generator](http://blog.cloud66.com/content/images/2016/08/Starter-open-source-dockerfile-generator-on-github.png)

- Help Pages: https://help.cloud66.com/starter/
- Download Starter: https://github.com/cloud66-oss/starter/releases/
- Articles: http://blog.cloud66.com/tag/starter/

Expand Down Expand Up @@ -43,13 +42,6 @@ There are a couple reasons why you would need to run multiple applications on th
- If you have a specialized application that requires a sandbox environment
With the new security features of Docker, you get true isolation of your process. When using Starter you can isolate parts of your apps in containers and make sure they’re in a sandbox (and can’t do harmful things!).

### Documentations:
___

Comprehensive documentation is available on the Starter website:

https://help.cloud66.com/starter/

### Quick Start:
___

Expand Down Expand Up @@ -99,7 +91,7 @@ For more options, please see:
___


If you want to contribute to Starter. You can build Starter using [Habitus](https://help.cloud66.com/habitus/). Habitus is an open source build flow tool for Docker.
If you want to contribute to Starter. You can build Starter using [Habitus](https://www.habitus.io/). Habitus is an open source build flow tool for Docker.

Run Habitus in the root directory of this repository. The latest version is generated (after tests) inside the `./artifacts/compiled` directory.

Expand Down