andersonjoseph / dev-env

My dockerized dev environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-env

My dockerized dev environment.

It contains:


Usage

Build the image:

docker build -t ander-env .

Run a container:

docker run --name ander-env -d -t ander-env 

You can now access to the container executing:

docker exec -it ander-env sh

Executing nvim will start the plugins installation automatically.

About

My dockerized dev environment


Languages

Language:Dockerfile 100.0%