Skip to content

Conversation

@Averagess
Copy link
Contributor

Implemented #46

To build the Docker image, clone this and run docker build -t git-sim . inside the repository.

To run git-sim with Docker, you can use one of these commands depending on the OS

Windows cmd: docker run --rm -v %cd%:/usr/src/git-sim git-sim log
Powershell: docker run --rm -v ${PWD}:/usr/src/git-sim git-sim log
Linux: docker run --rm -v $(pwd):/usr/src/git-sim git-sim log

After running, Docker should create an git-sim_media directory inside current working directory
or it appends the media if the directory already exists.

I have tested both windows cmd and powershell, but i havent tested running the linux cmd. It should work though

@initialcommit-io initialcommit-io merged commit cb262b1 into initialcommit-com:main Feb 10, 2023
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.

2 participants