Files
docker-cli/cli
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
..
2017-09-01 19:41:06 -04:00
2023-04-12 15:44:29 +02:00
2017-04-17 17:40:59 -04:00