Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Few lines added for Windows configuration #95

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Miaou development environment using Docker
### Linux

- [Docker and Docker Compose](https://docs.docker.com/engine/installation/linux/)
- Docker needs Hyper-V activated and purpose to activate it itself (restart needed). Beware : activating Hyper-V disables any other virtualisation softwares.

### Windows

- [Docker and Docker Compose](https://docs.docker.com/engine/installation/windows/)
- Docker needs Hyper-V activated and purpose to activate it itself (restart needed). Beware : activating Hyper-V disables any other virtualisation softwares.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be deleted, this is a Docker prerequisite.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a Docker prerequisite if you don't use Docker for Windows, but indeed 99.99% of docker users will use it, so the whole Requirements section seems overkill to me (or explicitly mention that we assume they will use Docker for Windows for Windows and Docker for Mac for Mac)... The Linux section remains useful only to tell users to install docker-compose which is not a default when installing docker on linux


### Mac OS X

Expand Down