clacladev / basic-docker-cli-rust

This is a basic Docker CLI implementation in Rust. This is a small learning and research project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Docker CLI in Rust

This is a basic Docker CLI implementation in Rust. This is a small learning and research project.

How to run

  1. Ensure you have cargo (1.70) installed locally
  2. In the terminal run ./your_docker.sh command to interact with it.

How to test

Run cargo test to run the tests

About

This is a basic Docker CLI implementation in Rust. This is a small learning and research project.


Languages

Language:Rust 61.3%Language:Dockerfile 28.9%Language:Shell 9.9%