Skip to content

Commit

Permalink
Edit few things.
Browse files Browse the repository at this point in the history
  • Loading branch information
akbargumbira committed Jul 16, 2014
1 parent 7f7007a commit 958fcad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#--------- Generic stuff all our Dockerfiles should start with so we get caching ------------
FROM ubuntu:trusty
FROM ubuntu:14.04
MAINTAINER Tim Sutton<tim@linfiniti.com>

RUN export DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ssh root@localhost -p 2222
Default password will appear in docker logs:

```
docker logs <container name> | grep root login password
docker logs <container name> | grep 'root login password'
```

-----------
Expand Down

0 comments on commit 958fcad

Please sign in to comment.