Update running_ssh_service.md

Fixed typo.
This commit is contained in:
Anne Henmi 2019-01-27 21:48:30 -07:00 committed by GitHub
parent 2ebcae3230
commit 7bd0d30b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ The following `Dockerfile` sets up an SSHd service in a container that you
can use to connect to and inspect other container's volumes, or to get
quick access to a test container.
> *** NOTE: *** For Ubunt 14.04, use `without-password` instead of `prohibit-password`.
> *** NOTE: *** For Ubuntu 14.04, use `without-password` instead of `prohibit-password`.
```Dockerfile
FROM ubuntu:16.04