Skip to content

Commit 5824891

Browse files
authored
docs: add Docker Hub pull instructions to server README (#489)
1 parent 2cb2f67 commit 5824891

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

server/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,22 @@ The files are only read, changes won't persist.
1212
Alternatively, the container can also be told to use the [Local-File Backend][2] instead, which stores Asset Administration Shells (AAS) and Submodels as individual *JSON* files and allows for persistent changes (except supplementary files, i.e. files referenced by `File` SubmodelElements).
1313
See [below](#options) on how to configure this.
1414

15+
## Docker Hub
16+
17+
Pre-built images are published to [Docker Hub][11] on every release.
18+
Pull the latest version via:
19+
```
20+
$ docker pull eclipsebasyx/basyx-python-server:latest
21+
```
22+
23+
Or pin to a specific release:
24+
```
25+
$ docker pull eclipsebasyx/basyx-python-server:2.0.1
26+
```
27+
1528
## Building
1629

17-
The container image can be built via:
30+
If you need to build the image locally (e.g. for development), run:
1831
```
1932
$ docker build -t basyx-python-server -f Dockerfile ..
2033
```
@@ -130,3 +143,4 @@ This Dockerfile is inspired by the [tiangolo/uwsgi-nginx-docker][10] repository.
130143
[8]: https://basyx-python-sdk.readthedocs.io/en/latest/adapter/json.html
131144
[9]: https://basyx-python-sdk.readthedocs.io/en/latest/adapter/xml.html
132145
[10]: https://github.com/tiangolo/uwsgi-nginx-docker
146+
[11]: https://hub.docker.com/r/eclipsebasyx/basyx-python-server

0 commit comments

Comments
 (0)