Which option configures a newly created Docker container with the always restart policy?
always
docker run --name=always ...
docker run --restart=always ...
docker restart=always ...
docker run -d=always ...