Merge pull request #11306 from allir/patch-2

Update example to use newer Ubuntu LTS
This commit is contained in:
Usha Mandya 2020-09-02 14:18:14 +01:00 committed by GitHub
commit e482b1f754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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