Prezados, estou tentando fazer o curso, porém a versão disponibilizada do docker atual [2.1.0.1 (37199)] não possui as opcionais dos comandos usados no curso como "-e", "-P", "-t", "--name" etc.
Ao dar o comando docker --help estas são as opções que ele mostra: " λ docker --help
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Options: --config string Location of client config files (default "C:\Users\jose.junior\.docker")
-c, --context string Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with "docker context use")
-D, --debug Enable debug mode
-H, --host list Daemon socket(s) to connect to
-l, --log-level string Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info")
--tls Use TLS; implied by --tlsverify
--tlscacert string Trust certs signed only by this CA (default "C:\Users\jose.junior\.docker\ca.pem")
--tlscert string Path to TLS certificate file (default "C:\Users\jose.junior\.docker\cert.pem")
--tlskey string Path to TLS key file (default "C:\Users\jose.junior\.docker\key.pem")
--tlsverify Use TLS and verify the remote
-v, --version Print version information and quit
Management Commands: builder Manage builds..."
Estou fazendo algo errado?