Skip to content

Commit

Permalink
Add Windows Docker Commands to README
Browse files Browse the repository at this point in the history
  • Loading branch information
macanudo527 committed Nov 27, 2024
1 parent 477447a commit b554eda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,14 @@ $ git clone [email protected]:openfoodfoundation/openfoodnetwork.git
```command
$ cd openfoodnetwork
```
* Download the Docker images, build the Docker containers, seed the database with sample data, AND log the screen output from these tasks:
* You have two choices of images you can build. The default Ubuntu image is most similar to the production servers but is larger in size and will take longer to build. Alternatively, you can use the Alpine image which is smaller, faster to setup, and should be compatible with the Ubuntu. To download the Ubuntu Docker images, build the Docker containers, seed the database with sample data, AND log the screen output from these tasks:
```command
$ docker/build.ps1
```
* To use the alpine image to start with append the name of the Dockerfile:
```sh
$ docker/build.ps1 alpine.Dockerfile
```
* Run the Rails server and its required Docker containers:
```command
$ docker/server.ps1
Expand Down

0 comments on commit b554eda

Please sign in to comment.