http://mail-archives.apache.org/mod_mbox/allura-dev/201511.mbox/%3C565CB212.4000005%40brondsema.net%3E
db/8028b
With a fresh docker, go through the installation and make sure everything works. To get a completely fresh docker environment, here's how to remove all your containers and images:
docker rm `docker ps -a -q` docker rmi `docker images -q`
Good work, Dave!
I have tested with the versions below - works good
$ docker --version Docker version 1.9.1, build a34a1d5 $ docker-compose --version docker-compose version: 1.5.1
P.S. I was quite surprised how many containers I had when running docker rm :)
docker rm
Log in to post a comment.
db/8028b
With a fresh docker, go through the installation and make sure everything works. To get a completely fresh docker environment, here's how to remove all your containers and images:
Good work, Dave!
I have tested with the versions below - works good
P.S. I was quite surprised how many containers I had when running
docker rm
:)Last edit: Igor Bondarenko 2015-12-02