Skip to content

Commit

Permalink
Update docker Readme to remove old references
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendalRaoul authored Apr 24, 2024
1 parent 0953947 commit 10e4d58
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A minimal docker based gateway will run three containers.

In order to run a Docker based gateway you need to install Docker engine:

* Recommanded version is 19.03.0+
* Recommanded version is 20.10+
* [Installation guide](https://docs.docker.com/engine/install/)

And optionnaly you can use docker-compose to ease the setup:
Expand Down Expand Up @@ -41,11 +41,6 @@ All these images have the following tags available:
* __latest__: built from latest release
* __vx.x.x__: built from each release

### Internal images
Image | Description | Docker Hub Link | Tags
----- | ----------- | --------------- | ----
[base_builder](base_builder) | This image is used to speed up build of other images. It contains the part that are common to all images | [gateway_base_builder](https://hub.docker.com/r/wirepas/gateway_base_builder) | It is tagged and push manually only when needed and tag is used in other Dockerfiles

## How to start a Docker based gateway

The [docker-compose](docker-compose) folder contains a reference docker compose file to start a docker based gateway.
Expand Down

0 comments on commit 10e4d58

Please sign in to comment.