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
5 changes: 5 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

AFAIK, Hyper-V has nothing to do with Linux, this is Windows only related, I don't think you want to put that in this section

Besides, with "Docker for Windows/Mac“, this is now trivial to use docker in "any" environment. So I don't think the whole Requirements section is still a good thing to have and maintain


### Windows

Expand Down Expand Up @@ -39,6 +40,10 @@ Miaou development environment using Docker

4. Prebuild Miaou:

Windows configuration :
- When cloning miaou repository, make sure you keep LF and not CRLF or it will generate end of files errors during the prebuild
- Open PowerShell, you must be at the root directory of Miaou which contains the DockerFile
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 moved in a common section (not mentionning PowerShell, but just a shell).


```bash
docker-compose up -d
```
Expand Down