turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)
929 stars 580 forks source link

update dockerfile #27

Closed tapestreamer closed 8 years ago

tapestreamer commented 8 years ago

Change -trusty to -xenial and checkup on the given commands, because this script did not work for me. I would suggest using the supported way of docker: RUN curl -sSL https://get.docker.com/ | sh which has all dependencies covered and scripted into the given file. The separate lines are in this script and the one-liner covers them all.

jamtur01 commented 8 years ago

I'd prefer not to use the Bash script but I've updated and fixed the Dockerfile. Thanks!