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 docs on Docker's registry mirrors #511

Merged
merged 6 commits into from
Jun 26, 2019
Merged

Update docs on Docker's registry mirrors #511

merged 6 commits into from
Jun 26, 2019

Conversation

amber-moe
Copy link
Contributor

Add 'config docker accelerator detail' in get-started

darionyaphet
darionyaphet previously approved these changes Jun 11, 2019
@darionyaphet
Copy link
Contributor

LGTM

docs/get-started.md Outdated Show resolved Hide resolved
docs/get-started.md Outdated Show resolved Hide resolved
docs/get-started.md Outdated Show resolved Hide resolved

```
docker --version
```

If `docker` is not found, please see [here](https://docs.docker.com/install/) for more information to install docker.
If `Docker` is not found, please see [here](https://docs.docker.com/install/) for more information to install Docker.
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for your patient review and professional suggestions, I've learned a lot. Have fixed all the backtick and expression.

`Docker` is a tool designed to make it easier to create, deploy, and run applications by using containers.
Containers allow a developer to package up an application with all of the parts it needs,
such as libraries and other dependencies, and ship it all out as one package.
By doing so, the developer can rest assured that the application will run on any other `Linux` machine regardless of any customized settings that machine might have that could differ from the machine used for writing and testing the code.

First of all, you should make sure that `docker` has been installed on your machine. Open a terminal and run the following command :
First of all, you should make sure that `Docker` has been installed on your machine. Open a terminal and run the following command :
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto

@@ -7,29 +7,41 @@ This tutorial provides a quick introduction to use `Nebula Graph`.

### Step 1 Install Nebula Graph

The easiest way to startup `nebula` is using `docker`.
The easiest way to startup `Nebula` is using `Docker`.
`Docker` is a tool designed to make it easier to create, deploy, and run applications by using containers.
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto


After that, using
```
docker pull vesoft/nebula-graph:latest
```
to get `nebula` image and `docker images` that can display images status.
to get `Nebula` image and `Docker images` that can display images status.
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto.
Besides, here the docker is a command, so it should be in backticks and cannot be capitalized.


If `docker` is slow when pulling the image, configure an accelerator.
If `Docker` is slow when pulling the image, configure a new mirror.
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto.

Besides, what is slow is the very pulling action itself, but not Docker.

@dutor dutor added the ready-for-testing PR: ready for the CI test label Jun 26, 2019
@dutor
Copy link
Contributor

dutor commented Jun 26, 2019

Jenkins, go!

@nebula-community-bot
Copy link
Member

Unit testing failed.

@laura-ding
Copy link
Contributor

jenkins go

@nebula-community-bot
Copy link
Member

Unit testing passed.

@nebula-community-bot
Copy link
Member

Unit testing passed.

@dutor dutor changed the title add docker accelerator detail Update docs on Docker's registry mirrors Jun 26, 2019
@dutor dutor merged commit 3219705 into vesoft-inc:master Jun 26, 2019
@amber-moe amber-moe deleted the get-started-accelerator-detail branch June 26, 2019 07:04
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
* add docker accelerator detail

* Fix expressions and monospace

* fix backticks and expression
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Mar 21, 2022
* Set expression depth limit by flag.

* Format.

Co-authored-by: Yichen Wang <18348405+Aiee@users.noreply.github.com>

Co-authored-by: shylock <33566796+Shylock-Hg@users.noreply.github.com>
Co-authored-by: Yichen Wang <18348405+Aiee@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants