Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
| ... | ... |
@@ -12,7 +12,7 @@ import ( |
| 12 | 12 |
"github.com/go-check/check" |
| 13 | 13 |
) |
| 14 | 14 |
|
| 15 |
-// pulling an image from the central registry should work |
|
| 15 |
+// Pushing an image to a private registry. |
|
| 16 | 16 |
func (s *DockerRegistrySuite) TestPushBusyboxImage(c *check.C) {
|
| 17 | 17 |
repoName := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)
|
| 18 | 18 |
// tag the image to upload it to the private registry |