Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensimmers/snake
https://github.com/bensimmers/snake
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bensimmers/snake
- Owner: BenSimmers
- Created: 2024-11-09T06:41:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T06:42:21.000Z (3 months ago)
- Last Synced: 2024-11-09T07:30:29.756Z (3 months ago)
- Language: C
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.