Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squarepear/dev-env
A list of Docker containers I use to develop with VSCode remote containers
https://github.com/squarepear/dev-env
cpp deno docker-image nodejs rust
Last synced: 5 days ago
JSON representation
A list of Docker containers I use to develop with VSCode remote containers
- Host: GitHub
- URL: https://github.com/squarepear/dev-env
- Owner: squarepear
- License: mit
- Created: 2020-11-08T00:54:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T19:38:07.000Z (about 4 years ago)
- Last Synced: 2024-11-12T18:21:02.055Z (2 months ago)
- Topics: cpp, deno, docker-image, nodejs, rust
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEV-ENV
[![dockeri.co](https://dockeri.co/image/squarepear/dev-env)](https://hub.docker.com/r/squarepear/dev-env)![](https://img.shields.io/github/stars/squarepear/dev-env.svg) ![](https://img.shields.io/github/forks/squarepear/dev-env.svg) ![](https://img.shields.io/github/issues/squarepear/dev-env.svg)
A list of Docker containers I use to develop with VSCode remote containers. I am also working on creating a cli for easy management of these containers.
## How to use
#### C/C++
```shell
docker run -it -d -v $HOME/Developer/cpp:/home/dev/code --name dev-env-cpp squarepear/dev-env:cpp
```#### Rust
```shell
docker run -it -d -v $HOME/Developer/rust:/home/dev/code --name dev-env-rust squarepear/dev-env:rust
```#### Node.js
```shell
docker run -it -d -v $HOME/Developer/node:/home/dev/code --name dev-env-node squarepear/dev-env:node
```#### Deno
```shell
docker run -it -d -v $HOME/Developer/deno:/home/dev/code --name dev-env-deno squarepear/dev-env:deno
```