# Docker installation not working

**URL:** https://meta.discourse.org/t/docker-installation-not-working/52448
**Category:** Self-hosting
**Created:** [November 3, 2016, 3:49pm UTC](https://meta.discourse.org/t/docker-installation-not-working/52448 "2016-11-03T15:49:27Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [November 3, 2016, 6:44pm UTC](https://meta.discourse.org/t/docker-installation-not-working/52448/12 "2016-11-03T18:44:38Z")

</div>

> [@rhotimee](#):
>
> Stop the container before attempting removal or use -f

That’s your cue 😄.

```plaintext
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -q)

```

---

_[View the full topic](https://meta.discourse.org/t/docker-installation-not-working/52448)._
