Skip to content

iLorenzz/fileSystemSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FIle System Simulator

A file system simulator, that run and accept the main commands like a shell.

Running the project

First, you need to install and configure Docker. Go to https://docs.docker.com/engine/install/ and follow the step-by-step instructions.

1. Clone the repository

Clone the project repository to your local machine using:

git clone https://github.com/iLorenzz/fileSystemSimulator.git
cd fileSystemSimulator

2. Build docker image

Make sure you are in the filSystemSimulator directory and build the docker image using:

docker build -t "fileSystemSimulator" .

3. Create and run a new container

Make sure the image was created successfully and run the container with the interactive parameters "-it", using:

docker run -it file_system_simulator

About

A file system simulator, that run and accept the main commands like a shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published