Merge pull request #1206 from YuPengZTE/devMD026
trailing punctuation in header
This commit is contained in:
commit
e8b9b92f57
|
@ -7,7 +7,7 @@ features to the project. But most of your time will be spent reviewing,
|
|||
cleaning up, documenting, answering questions, justifying design
|
||||
decisions - while everyone has all the fun! But remember - the quality
|
||||
of the maintainers work is what distinguishes the good projects from the
|
||||
great. So please be proud of your work, even the unglamourous parts,
|
||||
great. So please be proud of your work, even the unglamorous parts,
|
||||
and encourage a culture of appreciation and respect for *every* aspect
|
||||
of improving the project - not just the hot new features.
|
||||
|
||||
|
@ -53,7 +53,7 @@ All decisions affecting runc, big and small, follow the same 3 steps:
|
|||
* Step 3: Accept (`LGTM`) or refuse a pull request. The relevant maintainers do
|
||||
this (see below "Who decides what?")
|
||||
|
||||
### I'm a maintainer, should I make pull requests too?
|
||||
*I'm a maintainer, should I make pull requests too?*
|
||||
|
||||
Yes. Nobody should ever push to master directly. All changes should be
|
||||
made through a pull request.
|
||||
|
|
|
@ -390,7 +390,7 @@ a container.
|
|||
| Exec | Execute a new process inside of the container ( requires setns ) |
|
||||
| Set | Setup configs of the container after it's created |
|
||||
|
||||
### Execute a new process inside of a running container.
|
||||
### Execute a new process inside of a running container
|
||||
|
||||
User can execute a new process inside of a running container. Any binaries to be
|
||||
executed must be accessible within the container's rootfs.
|
||||
|
|
Loading…
Reference in New Issue