/mentoring-dstask

Task Manager using Data Structures in C

Primary LanguageC

TASK MANAGER

Run Locally (Docker)

To run with Docker, use the following commands in root folder:

docker build -t task_manager:latest .
docker run -i -t task_manager:latest

The first command you should run only once.