Skip to content

Commit

Permalink
Add Docker-compose file for windows compatibility (alshedivat#875)
Browse files Browse the repository at this point in the history
This file makes it easier for windows users to use docker. (Closes alshedivat#829)

Previous to this commit, those who used Windows had to install Ubuntu
inside windows (via WSL) and run our commands. Now they can run it by
just typing `docker-compose up`.

> The main problem was that `./bin/dockerhub_run.sh` command was written
with `Bash` in mind and you had to change it a little bit to make it
compatible with windows `Powershell`. We shouldn't have two scripts.
This is why adding a `docker-compose.yml` file is necessary.
  • Loading branch information
pourmand1376 committed Oct 31, 2022
1 parent 7b77f66 commit 4d58228
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/docker_run.sh
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/dockerhub_run.sh
Git LFS file not shown
3 changes: 3 additions & 0 deletions docker-compose.yml
Git LFS file not shown
3 changes: 3 additions & 0 deletions docker-local.yml
Git LFS file not shown

0 comments on commit 4d58228

Please sign in to comment.