Skip to content

techexplorer42/envs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A set of docker file to install the development environment you want.

How ?

Note: you may need sudo to execute docker command

Build

To build a docker in question use the following command:

# docker build -t -f .

For example to build an environment with nodejs vesion 14 use this command:

# docker build -t mynodejs14 -f nodejs/nodejs14 .

Run

To run:

# docker run -it

For example:

# docker run -it mynodejs14

Pre-built (available in DockerHub)

vim-plug

vim with vim-plug (the base is Ubuntu)

https://hub.docker.com/repository/docker/amine2029/vim-plug/general

$sudo docker run -it amine2029/vim-plug

nodejs version 14

$sudo docker run -it amine2029/nodejs14

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors