# Development in dockerized install

**URL:** https://meta.discourse.org/t/development-in-dockerized-install/75833
**Category:** Development
**Created:** [December 11, 2017, 5:00pm UTC](https://meta.discourse.org/t/development-in-dockerized-install/75833 "2017-12-11T17:00:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![AntonS](https://avatars.discourse-cdn.com/v4/letter/a/958977/32.png) [@AntonS](https://meta.discourse.org/u/AntonS)
#### Post date: [December 11, 2017, 5:00pm UTC](https://meta.discourse.org/t/development-in-dockerized-install/75833/1 "2017-12-11T17:00:22Z")

</div>

I am using digitalocean one-click app for Discourse. I don’t have a lot of experience with Docker and Discourse, and I couldn’t find any recommended ways for creating theme/plugin inside dockerized environment.

As far as I see, the only things that are not located in container are db folder and uploads folder (well, and logs).  
For development (let’s say I want to hack my own theme) I want the folder with my theme to be outside of container in host folder as well.  
Are there any best practices to achieve easily hackable folders located on host machine, with my plugin and my theme, while running regular discourse one click app?

---

<div class="post-metadata">

### Author: ![notriddle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/notriddle/32/133055_2.png) [@notriddle](https://meta.discourse.org/u/notriddle)
#### Post date: [December 11, 2017, 5:31pm UTC](https://meta.discourse.org/t/development-in-dockerized-install/75833/2 "2017-12-11T17:31:54Z")

</div>

Because the regular “production environment” pre-compiles everything, I don’t think it’s practical to develop a plugin in there. You’re supposed to pull down the Discourse GitHub repo, then follow one of the instruction sets to get a “development environment” set up. Then you develop your plugin within the plugins folder (alongside lazyYT and polls).

It’s still alpha, but does [Janitor](https://janitor.technology/) look interesting to you? It can get you a pre-configured development environment for Discourse (and Firefox, KDE, and a few other supported OSS projects) in a single click.

As for developing themes, you can do that in the UI at `[your discourse]/admin/customize/themes`. When you’re “done”, just click Export.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [February 12, 2020, 2:55pm UTC](https://meta.discourse.org/t/development-in-dockerized-install/75833/3 "2020-02-12T14:55:40Z")

</div>


