Merge pull request #14428 from sunyuan3/TestPushBusyboxImage

Correct wrong comment of TestPushBusyboxImage.
This commit is contained in:
Antonio Murdaca 2015-07-07 14:44:08 +02:00
Родитель 270d7e1af8 f244ed2531
Коммит 61418e39d5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ import (
"github.com/go-check/check"
)
// pulling an image from the central registry should work
// Pushing an image to a private registry.
func (s *DockerRegistrySuite) TestPushBusyboxImage(c *check.C) {
repoName := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)
// tag the image to upload it to the private registry