# Install Discourse for development using Docker

**URL:** https://meta.discourse.org/t/install-discourse-for-development-using-docker/102009
**Category:** Developer Guides
**Tags:** docker, dev-install, how-to
**Created:** [16 november 2018 om 09:40 UTC](https://meta.discourse.org/t/install-discourse-for-development-using-docker/102009 "2018-11-16T09:40:04Z")
**Posts on this page:** 1
**Showing post:** 113

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [3 april 2020 om 15:27 UTC](https://meta.discourse.org/t/install-discourse-for-development-using-docker/102009/113 "2020-04-03T15:27:40Z")

</div>

```plaintext
cd plugins
ln -s /full/path/to/your/plugin .
ln -s ~/src/my-great-plugin # for example

```

---

_[View the full topic](https://meta.discourse.org/t/install-discourse-for-development-using-docker/102009)._
