Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 0994e49

Browse files
committed
Remove apt.dockerproject.org from test
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit aa225972df7e54b95335a17e2317e8c3457e69fb) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 892c22821956b35629959edf6537b8960c703f2b Component: engine
1 parent dcaed39 commit 0994e49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/integration-cli/docker_cli_run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ func (s *DockerSuite) TestRunNonRootUserResolvName(c *testing.T) {
14031403
// Not applicable on Windows as Windows does not support --user
14041404
testRequires(c, testEnv.IsLocalDaemon, Network, DaemonIsLinux, NotArm)
14051405

1406-
dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "apt.dockerproject.org")
1406+
dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "example.com")
14071407

14081408
cID := getIDByName(c, "testperm")
14091409

0 commit comments

Comments
 (0)