matteospanio / cdev-docker

The docker files to reproduce the development environment used during Dati e Algoritmi lectures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdev-docker

Hello C MIT License

This repository contains the Dockerfile and the files needed to build the Docker image for a C development environment at the University of Padua.

Usage

Through custom CLI (suggested)

You can run the docker container using the specific CLI application. To install it, run the following command:

pip install cdev-cli

Then, you can run the container using the following command:

cdev-cli

Through the Docker CLI

To build the Docker image, run the following command:

docker build -t ghcr.io/matteospanio/cdev  .

or pull the image from the Docker Hub:

docker pull ghcr.io/matteospanio/cdev

To run the Docker container, use the following command:

docker run -it --rm -v $(pwd):/home/cdev ghcr.io/matteospanio/cdev

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

The docker files to reproduce the development environment used during Dati e Algoritmi lectures

License:MIT License


Languages

Language:Vim Script 67.0%Language:Dockerfile 26.6%Language:Makefile 3.5%Language:Lua 2.9%