Implements the Docker.Command behaviour for docker import.
Docker.Command
docker import
@type t() :: %Docker.Commands.Import{ changes: [String.t()], message: String.t() | nil, repository: String.t() | nil, source: String.t() }