# Best IDE for docker in Julia?

**URL:** https://discourse.julialang.org/t/best-ide-for-docker-in-julia/22238
**Category:** Tooling
**Tags:** question, web, development, ide, editors
**Created:** [March 23, 2019, 9:58am UTC](https://discourse.julialang.org/t/best-ide-for-docker-in-julia/22238 "2019-03-23T09:58:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yukiusa](https://avatars.discourse-cdn.com/v4/letter/y/9de0a6/32.png) [@yukiusa](https://discourse.julialang.org/u/yukiusa)
#### Post date: [March 23, 2019, 9:58am UTC](https://discourse.julialang.org/t/best-ide-for-docker-in-julia/22238/1 "2019-03-23T09:58:28Z")

</div>

I look for any IDE or editors suitable for working with Julia docker container.

As of now what is the best one for that? I tried JetBrains IDEs like PyCharm with unofficial Julia Plugin.  
It seems to have no docker interpreter settings. Juno or VScode is rather better? Please give me advice.

Thank you.

---

<div class="post-metadata">

### Author: ![jpsamaroo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jpsamaroo/32/46804_2.png) [@jpsamaroo](https://discourse.julialang.org/u/jpsamaroo)
#### Post date: [March 23, 2019, 12:43pm UTC](https://discourse.julialang.org/t/best-ide-for-docker-in-julia/22238/2 "2019-03-23T12:43:00Z")

</div>

What is a “docker interpreter”? I don’t think you really need any explicit support from an IDE to use Julia in Docker. I use Docker and Julia together for CI, and use vim+terminal REPL as an “IDE”, and that works perfectly fine.

If you indicate what you’re specifically trying to do and what your needs are, I could give you a more helpful answer.

---

<div class="post-metadata">

### Author: ![benz0li](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/benz0li/32/37040_2.png) [@benz0li](https://discourse.julialang.org/u/benz0li)
#### Post date: [June 15, 2022, 3:47pm UTC](https://discourse.julialang.org/t/best-ide-for-docker-in-julia/22238/3 "2022-06-15T15:47:52Z")

</div>

There is [JupyterLab + code-server + Julia](https://discourse.julialang.org/t/jupyterlab-code-server-julia/82808)

---

<div class="post-metadata">

### Author: ![trilobit](https://avatars.discourse-cdn.com/v4/letter/t/a8b319/32.png) [@trilobit](https://discourse.julialang.org/u/trilobit)
#### Post date: [June 19, 2022, 10:35am UTC](https://discourse.julialang.org/t/best-ide-for-docker-in-julia/22238/4 "2022-06-19T10:35:26Z")

</div>

In VS Code and the Docker-Extension(Windows) all docker commands are available  
in the terminal(if you mean that as a “docker interpreter”?)

 ![untitled](https://global.discourse-cdn.com/julialang/original/3X/2/e/2ef201e54216d88e99f5e721647b881254cfdf9e.webp)

Julia can be used normal.

Or did you mean something like “Docker in Docker?”. I dont try this, but that should be possible too.  
[https://hub.docker.com/r/softputer/dockerindocker](https://hub.docker.com/r/softputer/dockerindocker)
