Skip to content

darxkies/dev-in-a-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.