This repository was archived by the owner on Apr 3, 2018. It is now read-only.
doc: developer: add some introductory developer docs#643
Merged
sboeuf merged 2 commits intocontainers:masterfrom Mar 2, 2018
Merged
doc: developer: add some introductory developer docs#643sboeuf merged 2 commits intocontainers:masterfrom
sboeuf merged 2 commits intocontainers:masterfrom
Conversation
added 2 commits
February 27, 2018 18:16
There was little information on how to get started with vc development - any prerequisites, how to build/install/test. Add some docs to start detailing this. Fixes: containers#639 Signed-off-by: Graham whaley <graham.whaley@intel.com>
The setup script has some prereqs that it does not check for: - GOPATH set - docker and git installed and in the path Signed-off-by: Graham whaley <graham.whaley@intel.com>
Contributor
Author
|
This is somewhat minimal, and feedback welcome if there is stuff we should add now. |
Collaborator
amshinde
approved these changes
Feb 28, 2018
sboeuf
approved these changes
Mar 2, 2018
Collaborator
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There was little info n how to get started with a build/install/run of virtcontainers.
Add some minimal introductory docs.