mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
5f7e142c46
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ func TestPullVerified(t *testing.T) {
|
|||
|
||||
// pulling an image from the central registry should work
|
||||
func TestPullImageFromCentralRegistry(t *testing.T) {
|
||||
testRequires(t, Network)
|
||||
|
||||
defer deleteImages("hello-world")
|
||||
|
||||
pullCmd := exec.Command(dockerBinary, "pull", "hello-world")
|
||||
|
|
Loading…
Reference in a new issue