open62541/tools/docker
dorduran 9af95a6a23
fix(doc): Update README.md (#5922)
Corrected the file reference to tools/docker/Dockerfile
2023-08-03 16:47:16 +02:00
..
Dockerfile refactor(build): Move Docker definitions to /tools 2021-12-15 00:12:17 +01:00
README.md fix(doc): Update README.md (#5922) 2023-08-03 16:47:16 +02:00
TinyDockerfile refactor(build): Move Docker definitions to /tools 2021-12-15 00:12:17 +01:00

open62541 Docker Build

Official docker container builds are available on Docker Cloud

The container includes the source code itself under /opt/open62541 and prebuilt examples in /opt/open62541/build/bin/examples/.

You can use this container as a basis for your own application.

Just starting the docker container will start the server_ctt example.

Build locally

To build the container locally use:

git clone https://github.com/open62541/open62541
cd open62541
docker build -f tools/docker/Dockerfile .