mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user