
I'd like to add this to the Docker hub since I spent a bit of time making it. NOTE: I changed the /etc/init.d command name to something a bit easier to remember. So heres my Dockerfile so far: FROM nning2/compile-linux-grsecĮNV SERVER_BINARY dvt-jb_64ĮNV SERVER_BINARY_PATH "$" /etc/init.d/pycharm_licenseĪnd the docker-compose.yml file: version: '2'Ĭommand: /bin/bash /etc/init.d/pycharm_license start Heres the base image I'm starting from: nning2/compile-linux-grsec But instead of using bare bones arch, I'm using the security upgraded version. So in the tutorial I read, they recommend using Arch linux as the linux server to run the license server.


I want to do this with Docker, create a docker container which runs the server in the background. So the way I want to do the licensing thing is to create a server which will hold the license.

Its well worth it since I'm stuck with Windows atm, and pycharm is amazing, it helps me bypass all of the obstacles I run into wit Windows.
