Files
docker-cli/cli/command
Sebastiaan van Stijn 23e26f40fe cli/command/container: createContainer(): return container-ID
This function returned the whole response, but we already handled the
warnings included in the response as part of the function. All consumers
of this function only used the container-ID, so let's simplify and return
just that (it's a non-exported func, so we can change the signature again
if we really need it).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-08 16:54:41 +02:00
..
2022-12-05 21:40:39 +01:00
2017-09-01 19:41:06 -04:00
2022-12-29 15:19:31 +01:00