dev-environment
dev-environment copied to clipboard
My docker-based dev environment
dev-environment
My docker-based dev environment.
I am Vim person, but, my setup is not quite git clone, so, I have decided to build docker based IDE, for editing actual code on servers.
Table of contents
- Build it
- Run it
- Opening project inside of it
- Components
- Supported languages
- Author
Build it
docker build -t nemanjan00/dev .
Run it
docker run -ti nemanjan00/dev
Opening project inside of it
docker run -ti -eTERM=xterm-256color -v$(pwd):/work/project nemanjan00/dev zsh -ic "cd project ; tmux"
Components
Supported languages
-
CSS
-
Dockerfile
-
HTML (with emmet support)
-
JS (eslint and tsserver)
-
JSon
-
PHP
-
Python
-
Bash
-
SQL
-
VimL
-
XML
-
Yaml
-
Much more