client: touch-up godoc

Not perfect yet, but addressing some godoc "doc" links that needed
to be updated, and touching up some references.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-08-02 15:20:32 +02:00
parent 0f9c087c91
commit 195a6bbb1e
61 changed files with 259 additions and 211 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/moby/moby/api/types/versions"
)
// ContainerRestart stops and starts a container again.
// ContainerRestart stops, and starts a container again.
// It makes the daemon wait for the container to be up again for
// a specific amount of time, given the timeout.
func (cli *Client) ContainerRestart(ctx context.Context, containerID string, options container.StopOptions) error {