/dev-env

My dockerized dev environment

Primary LanguageDockerfile

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.