mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
- rename the "client" argument to "apiClient" to prevent shadowing the client import. - remove intermediate "mount" var, which shadowed an import - remove debug logs for stdOut/stdErr - update the defer to use the container test-utils package to fix unhandled error warnings. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>