diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 2245c3f..f1e6f7e 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -36,7 +36,8 @@ Otherwise, here are the step required: ssh # docker install convenience script -wget -O- https://get.docker.com | bash +# not suitable for production environments - refer to the script header for alternatives +curl https://get.docker.com | bash # check that docker was installed correctly sudo docker run hello-world