Replace chinese double quotes to English double quotes

Change-Id: I581984a52e38bb1496741d2093dc1755b81ad235
This commit is contained in:
chengebj5238 2018-02-05 16:58:18 +08:00
parent b7ac6127a6
commit 4939dc2d95
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Proposed change
<container-name> Name or ID of container.
<image-name> Name of snapshot.
2. Extend docker driver to enable “docker commit” command to create a
2. Extend docker driver to enable "docker commit" command to create a
new image.
3. The new image should be accessible from other hosts. There are two
@ -123,7 +123,7 @@ Assignee(s)
Primary assignee: Bin Zhou
Other contributors:
Work Items
1. Expend docker driver to enable “docker commit”.
1. Expend docker driver to enable "docker commit".
2. Upload the generated image to glance.
3. Implement a new API endpoint for createImage.
4. Implement unit/integration test.