I have Docker containers running on Fedora.  That’s cool.  So, I decided to install WebStorm, a JavaScript IDE from JetBrains.com
The WebStorm Linux install was easy, so then I started to integrate WebStorm with Docker containers.  That way I can deploy from the IDE to a container.

I ran into a problem.  Docker runs as root, so when you try to execute some of the Docker command from inside the non-root IDE process it fails due to a permission exception.  I believe the solution is to add both the root account and the non-root account to the docker-group.  Then it should work.  Stay tuned!  🙂