Skip to content

Created Dockerfile #50

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Created Dockerfile #50

merged 1 commit into from
Feb 10, 2023

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants