diff --git a/engine/examples/running_ssh_service.md b/engine/examples/running_ssh_service.md index 6c85135649..acce010bbb 100644 --- a/engine/examples/running_ssh_service.md +++ b/engine/examples/running_ssh_service.md @@ -20,7 +20,7 @@ quick access to a test container. Make the following substitutions: - With `RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config`, use `without-password` instead of `prohibit-password` for Ubuntu 14.04. ```dockerfile -FROM ubuntu:16.04 +FROM ubuntu:20.04 RUN apt-get update && apt-get install -y openssh-server RUN mkdir /var/run/sshd