Skip to content

prepare-sh/docker-simulator-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Mock Docker CLI

Docker CLI Simulator is a Go-based command-line application that simulates essential Docker commands for demonstration and educational purposes. It mimics Docker's functionality without performing real container operations, using persistent storage to maintain state across sessions.

๐Ÿ“ฆ Features

  • Simulated Commands: pull, push, rm, start, stop, exec, ps, images, prune, login, run, build
  • Persistent Storage: Stores container and image data in /tmp/mock-docker
  • Easy to Use: Familiar Docker-like CLI experience

๐Ÿš€ Installation

git clone https://github.com/prepare-sh/docker-simulator-cli.git
cd dockermock
go build -o dockermock
./dockermock --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages