darxkies / dev-in-a-box

Development Environment in a Docker Container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-in-a-box

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.

Notes

  • tmux prefix is C-j
  • in vi in insert mode type jk to simulate escape
  • containers on the host can be managed from within the container

Usage

Start

Starts the container and it runs in the background:

make start

Stop

Kills the container:

make stop

Attach

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.

About

Development Environment in a Docker Container

License:GNU General Public License v3.0


Languages

Language:Dockerfile 47.9%Language:Shell 26.1%Language:Vim Script 18.6%Language:Makefile 7.3%