# Synology Docker install

**URL:** https://meta.discourse.org/t/synology-docker-install/68478
**Category:** Self-hosting
**Created:** [August 21, 2017, 2:00pm UTC](https://meta.discourse.org/t/synology-docker-install/68478 "2017-08-21T14:00:45Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![dvdstelt](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dvdstelt/32/120778_2.png) [@dvdstelt](https://meta.discourse.org/u/dvdstelt)
#### Post date: [August 21, 2017, 2:00pm UTC](https://meta.discourse.org/t/synology-docker-install/68478/1 "2017-08-21T14:00:45Z")

</div>

I am running DSM 6.1.3 on my Synology NAS, including Docker. I’d love to get Discourse running on it as a test environment. For some reason I can’t seem to get it working.

Running Docker I can get the docker image. But when I SSH into it (via Docker Terminal on my Synology web interface) I can browse the various folders. But nowhere do I see files and folders I’m used to. Like the `discourse-setup` file and everything.

Anyone any idea how to progress from here? It seems ridiculous to install Ubuntu inside Docker and then install Docker inside that Ubuntu image. Kind of like Inception.

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [August 21, 2017, 2:29pm UTC](https://meta.discourse.org/t/synology-docker-install/68478/2 "2017-08-21T14:29:42Z")

</div>

I’m sure you know more than I do about sysop stuff, but IIRC Discourse set-up now checks to make sure device mapper isn’t being used instead of AUFS

---

<div class="post-metadata">

### Author: ![elijah](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elijah/32/104055_2.png) [@elijah](https://meta.discourse.org/u/elijah)
#### Post date: [August 21, 2017, 5:07pm UTC](https://meta.discourse.org/t/synology-docker-install/68478/3 "2017-08-21T17:07:54Z")

</div>

> [@dvdstelt](#):
>
> Anyone any idea how to progress from here? It seems ridiculous to install Ubuntu inside Docker and then install Docker inside that Ubuntu image. Kind of like Inception.

Having not used this product, I think the [official install](https://meta.discourse.org/t/142537?silent=true) is a bad fit for this environment.

This appears to be for running simple independent containers, which works well if you have all your data on a file share or separate database. In the case of the standard Discourse install, the container is the app, the database files live on the local disk, and the container management is a script called `launcher`.

For Synology, it seems you’d want a way to build images on another system, arrange for the the `/share/` mount to be on a file server somewhere, and replace `launcher` with the Synology controls. Doable, but not a simple drop in.

Or run containers inside containers.

---

<div class="post-metadata">

### Author: ![Malek1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/malek1/32/204039_2.png) [@Malek1](https://meta.discourse.org/u/Malek1)
#### Post date: [December 23, 2020, 1:24pm UTC](https://meta.discourse.org/t/synology-docker-install/68478/4 "2020-12-23T13:24:03Z")

</div>

Hey @dvdstelt, did you find a solution to install Discourse on your NAS? I’m having the same difficulties .

---

<div class="post-metadata">

### Author: ![dvdstelt](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dvdstelt/32/120778_2.png) [@dvdstelt](https://meta.discourse.org/u/dvdstelt)
#### Post date: [December 23, 2020, 1:47pm UTC](https://meta.discourse.org/t/synology-docker-install/68478/5 "2020-12-23T13:47:16Z")

</div>

Nope, we now host on [Communiteq](https://www.communiteq.com) (formerly DiscourseHosting) which is quite nice. But I wanted a test environment on my NAS and that did not work. Haven’t tried for a long, long time now though.
