项目作者: darxkies

项目描述 :
Development Environment in a Docker Container
高级语言: Dockerfile
项目地址: git://github.com/darxkies/dev-in-a-box.git
创建时间: 2018-12-29T22:04:37Z
项目社区:https://github.com/darxkies/dev-in-a-box

开源协议:GNU General Public License v3.0

下载


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:

  1. make start

Stop

Kills the container:

  1. make stop

Attach

Kills the container:

  1. 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.