Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bensimmers/snake


https://github.com/bensimmers/snake

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# linux-container-env

## Overview
This project provides a Docker image for a customizable development environment. It is based on the `buildpack-deps` image and includes a variety of essential tools for development.

## Prerequisites
- [Docker](https://www.docker.com/get-started) installed on your machine.

## Build Instructions
To build the Docker image, run the following command in the directory containing the Dockerfile:

```bash
docker build -t my-dev-container .
```

## Run Instructions
To run the Docker container, run the following command:

```bash
docker run -v $HOME:/home/bensimmersdev my-dev-container
```
Or use Visual Studio Code's Remote - Containers extension to use the container as a development environment.