#7084 - fixes-7084-notrunc-command-is-wrong-in-client.rb : corrected the -notrunc command to --no-trunc
This commit is contained in:
parent
00dbcbdc3e
commit
6754f8db14
|
@ -128,7 +128,7 @@ module VagrantPlugins
|
||||||
# recent versions use the full container ID
|
# recent versions use the full container ID
|
||||||
# See https://github.com/dotcloud/docker/pull/2140 for more information
|
# See https://github.com/dotcloud/docker/pull/2140 for more information
|
||||||
return comm.test("#{docker_ps} | grep -wFq #{id}") ||
|
return comm.test("#{docker_ps} | grep -wFq #{id}") ||
|
||||||
comm.test("#{docker_ps} -notrunc | grep -wFq #{id}")
|
comm.test("#{docker_ps} --no-trunc | grep -wFq #{id}")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue