diff --git a/site/content/en/docs/commands/start.md b/site/content/en/docs/commands/start.md index 87538fb59c..6363ce51bc 100644 --- a/site/content/en/docs/commands/start.md +++ b/site/content/en/docs/commands/start.md @@ -39,6 +39,7 @@ minikube start [flags] --dns-proxy Enable proxy for NAT DNS requests (virtualbox driver only) --docker-env stringArray Environment variables to pass to the Docker daemon. (format: key=value) --docker-opt stringArray Specify arbitrary flags to pass to the Docker daemon. (format: key=value) + --docker-ports strings List of ports that should be exposed (docker driver only) --download-only If true, only download and cache files for later use - don't install or start anything. --driver string Used to specify the driver to run Kubernetes in. The list of available drivers depends on operating system. --dry-run dry-run mode. Validates configuration, but does not mutate system state