mirror of https://github.com/docker/docs.git
parent
2ebcae3230
commit
7bd0d30b4b
|
@ -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
|
can use to connect to and inspect other container's volumes, or to get
|
||||||
quick access to a test container.
|
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
|
```Dockerfile
|
||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
|
|
Loading…
Reference in New Issue