Skip to content

Commit

Permalink
updated docker docs to prep for 6.0.0 release (openemr#4160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller authored Jan 5, 2021
1 parent 3996b18 commit 23b8972
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions DOCKER_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,25 @@
The OpenEMR community loves Docker. We eat and breath Docker. The OpenEMR dockers can be found on
[dockerhub](https://hub.docker.com/r/openemr/openemr/). There are two main categories of dockers for
OpenEMR, Production Dockers and Development Dockers. Production dockers are meant for production use
with tags such as `5.0.2` and `latest`. Development dockers are meant for development and include the
with tags such as `6.0.0` and `latest`. Development dockers are meant for development and include the
`flex` series.

## Production Dockers
Production dockers are meant for production use with tags such as `5.0.2` and `latest` and can be found
Production dockers are meant for production use with tags such as `6.0.0` and `latest` and can be found
on [dockerhub](https://hub.docker.com/r/openemr/openemr/). Several example docker-compose.yml scripts are
discussed below.

### Production example
An example docker-compose.yml script can be found at
[docker/production/docker-compose.yml](docker/production/docker-compose.yml). After modifying the
script for your purposes, it can then be started with `docker-compose up`, which will then take about 5-10
minutes to complete. Note that this example is based on OpenEMR 6.0.0, which is considered development
until official release of version 6.0.0.
minutes to complete.

### Production example for Raspberry Pi
An example docker-compose.yml script for Raspberry Pi can be found at
[docker/production-arm/docker-compose.yml](docker/production-arm/docker-compose.yml). After modifying the
script for your purposes, it can then be started with `docker-compose up`, which will then take about 5-10
minutes to complete. Note that this example is based on OpenEMR 6.0.0, which is considered development
until official release of version 6.0.0.
minutes to complete.

## Development Dockers
Development dockers are meant for development and include the `flex` series and can be found on
Expand Down

0 comments on commit 23b8972

Please sign in to comment.