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

Update documentation to reflect build/push and v3 changes #648

Merged
merged 1 commit into from
Jun 22, 2017

Conversation

cdrage
Copy link
Member

@cdrage cdrage commented Jun 15, 2017

Update documentation to reflect build/push and v3 changes

Adds a user guide on how to use the build/push functionality of Docker
images to the user guide.

Adds v3 documentation as well as cleans up the user guide as well.

I also do minor changes such as removing `$ ` in the CLI examples, as
it's easier to copy and paste without the `$ ` there (when double
clicking).

I've also changed the `console` yaml indicitors to `sh` since it doesn't
matter / it's aliased, see:
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 15, 2017
@cdrage cdrage force-pushed the update-user-guide-with-build branch from 4200987 to 530f320 Compare June 15, 2017 19:49
```console
$ cd examples/
```sh
cd examples/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please keep those $ otherwise it is hard to know which is command and which is output

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@surajssd Actually, it's harder to copy/paste if it stays... Most guides I've seen online don't include the $ which isn't exactly standard across all terminals (some people use fish, zsh, etc.)

@cdrage
Copy link
Member Author

cdrage commented Jun 20, 2017

ping @kadel @surajssd

@cdrage cdrage force-pushed the update-user-guide-with-build branch from 530f320 to 3a622aa Compare June 20, 2017 17:12
@cdrage cdrage changed the title Add build/push instructions to user guide Update documentation to reflect build/push and v3 changes Jun 20, 2017
@cdrage cdrage force-pushed the update-user-guide-with-build branch from 3a622aa to 6409674 Compare June 20, 2017 17:16
@cdrage
Copy link
Member Author

cdrage commented Jun 20, 2017

Updated it with your changes @surajssd ready for another doc review @kadel @surajssd or @surajnarwade

@cdrage cdrage force-pushed the update-user-guide-with-build branch 4 times, most recently from c5e01f0 to 1dc9659 Compare June 20, 2017 17:31
@@ -78,7 +81,7 @@ INFO Kubernetes file "mongodb-claim0-persistentvolumeclaim.yaml" created
INFO Kubernetes file "redis-master-deployment.yaml" created
INFO Kubernetes file "redis-slave-deployment.yaml" created

$ ls
ls
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ is missing

@surajnarwade
Copy link
Contributor

@cdrage , only one comment, otherwise LGTM :)

## Building and Pushing Docker Images

Kompose supports both building and pushing Docker images. When using the `build` key within your Docker Compose file, your image will automatically be built and pushed.

Copy link
Member

@kadel kadel Jun 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's clear, but it might be good to add a sentence explaining where the image will be pushed to.

Adds a user guide on how to use the build/push functionality of Docker
images to the user guide.

Adds v3 documentation as well as cleans up the user guide as well.

I also do minor changes such as removing `$ ` in the CLI examples, as
it's easier to copy and paste without the `$ ` there (when double
clicking).

I've also changed the `console` yaml indicitors to `sh` since it doesn't
matter / it's aliased, see:
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
@cdrage cdrage force-pushed the update-user-guide-with-build branch from 1dc9659 to b903789 Compare June 21, 2017 11:59
@cdrage
Copy link
Member Author

cdrage commented Jun 21, 2017

@kadel @surajssd Updated the PR with your changes (adding the $ and other comments)

@surajnarwade
Copy link
Contributor

LGTM :)

@cdrage cdrage merged commit df663e4 into kubernetes:master Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants