Skip to content

Commit

Permalink
Merge pull request #94 from TU-Delft-DCC/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mwakok authored Mar 4, 2024
2 parents d1cc921 + b072289 commit ac718b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/software/containers/docker_gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For a Mac computer, the default Unix Shell is Bash, and it is available via the
For more info: [How To use a terminal on Mac](https://www.macworld.co.uk/how-to/how-use-terminal-on-mac-3608274/)

**Windows**
Computers with Windows operating systems do not automatically have a Unix Shell program installed. We encourage you to use an emulator included in [Git for Windows](https://gitforwindows.org/), which gives you access to both Bash shell commands and Git. To install, please follow these [instructions](https://coderefinery.github.io/installation/shell-and-git/#shell-and-git).
Computers with Windows operating systems do not automatically have a Unix Shell program installed. We encourage you to use an emulator included in [Git for Windows](https://gitforwindows.org/), which gives you access to both Bash shell commands and Git. To install, please follow these [instructions](https://coderefinery.github.io/installation/git-in-terminal/#git-in-terminal).


## X Windows System
Expand Down Expand Up @@ -139,5 +139,5 @@ docker run --rm -it --net=host -e DISPLAY=:0 -v $(pwd):/data <image_name>:<image

## References
- https://medium.com/better-programming/running-desktop-apps-in-docker-43a70a5265c4
- https://coderefinery.github.io/installation/shell-and-git/#shell-and-git
- https://coderefinery.github.io/installation/git-in-terminal/#git-in-terminal
- https://ucsbcarpentry.github.io/2019-10-24-gitbash/setup.html

0 comments on commit ac718b2

Please sign in to comment.