Skip to content

Add Docker support - #232

Open
Tom60chat wants to merge 1 commit into
keirf:masterfrom
Tom60chat:master
Open

Tom60chat wants to merge 1 commit into
keirf:masterfrom
Tom60chat:master

Conversation

@Tom60chat

@Tom60chat Tom60chat commented Sep 15, 2026

Copy link
Copy Markdown

Adds a Dockerfile to make it easier for anyone to build and run the project without needing to configure a local development environment.

Usage

First, clone the repository and build the Docker image:

git clone https://github.com/keirf/disk-utilities.git

cd disk-utilities
docker build -t disk-utilities .

Then, run the container, mounting your current directory to access local files:

docker run -it -v "$(pwd):/root/host_data" disk-utilities

Example

Once inside the container, you can run the utilities on your mounted files. For example:

disk-analyse host_data/my_floppy.scp out.img

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant