A file system simulator, that run and accept the main commands like a shell.
First, you need to install and configure Docker. Go to https://docs.docker.com/engine/install/ and follow the step-by-step instructions.
Clone the project repository to your local machine using:
git clone https://github.com/iLorenzz/fileSystemSimulator.git
cd fileSystemSimulator
Make sure you are in the filSystemSimulator directory and build the docker image using:
docker build -t "fileSystemSimulator" .
Make sure the image was created successfully and run the container with the interactive parameters "-it", using:
docker run -it file_system_simulator