Development Environment in a Docker Container
By typing make
a Docker Container gets started with all the tools necessary to develop programs in Golang, JavaScript, Html, Vue and Python. In the container type vim
to start NeoVim. Additionally you can use tmux/tmuxinator.
Starts the container and it runs in the background:
make start
Kills the container:
make stop
Kills the container:
make
Type Ctrl+p & Ctrl+q to detach from the container by letting it to run in the background. If you type exit it will kill the container.