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

Commit b768eab

Browse files
Merge component 'engine' from git@github.com:docker/engine 19.03
2 parents d9cb873 + b714998 commit b768eab

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)