https://github.com/dudanov/docker-openscada
OpenSCADA docker minimal image.
https://github.com/dudanov/docker-openscada
automation docker-image modbus opc-ua openscada scada siemens
Last synced: 14 days ago
JSON representation
OpenSCADA docker minimal image.
- Host: GitHub
- URL: https://github.com/dudanov/docker-openscada
- Owner: dudanov
- Created: 2023-04-20T10:46:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T18:38:16.000Z (5 months ago)
- Last Synced: 2025-03-26T12:11:25.876Z (about 1 month ago)
- Topics: automation, docker-image, modbus, opc-ua, openscada, scada, siemens
- Language: Dockerfile
- Homepage: http://oscada.org
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-openscada
[](https://github.com/dudanov/docker-openscada/actions/workflows/build.yml)
[](https://github.com/users/dudanov/packages/container/package/openscada)
[](https://github.com/users/dudanov/packages/container/package/openscada)
[](https://hub.docker.com/r/dudanov/openscada)
[](https://hub.docker.com/r/dudanov/openscada)This repository is used for automated building of [OpenSCADA](http://oscada.org) minimal docker image.
## Image
Supported Docker registries:
- Docker Hub: [dudanov/openscada](https://hub.docker.com/r/dudanov/openscada)
- GitHub Containers: [ghcr.io/dudanov/openscada](https://github.com/users/dudanov/packages/container/package/openscada)Following platforms for this image are available:
- linux/amd64
- linux/arm/v7
- linux/arm64Pulling latest images from Docker Hub:
```console
$ docker pull dudanov/openscada:latest
```
or from GitHub Containers Registry:
```console
$ docker pull ghcr.io/dudanov/openscada:latest
```Example run command (start container `srv01-scada` with project in `srv01_volume` docker volume):
```console
$ docker run -d --name=srv01-scada -v srv01_volume:/station dudanov/openscada:latest
```## Environment variables
* `LANG`: Language (default: `ru_RU.UTF-8`)
* `TZ`: The timezone assigned to the container (default: `Europe/Samara`)### Included modules
Subsystem
Module
Status
Archive
DBArch
M
FSArch
M
BD
DBGate
*
LDAP
M
MySQL
M
PostgreSQL
M
SQLite
*
DAQ
BlockCalc
M
DAQGate
*
DCON
M
JavaLikeCalc
*
LogicLev
*
ModBus
M
OPC_UA
M
Siemens
M
SNMP
M
System
M
Protocol
HTTP
M
ModBus
M
OPC_UA
M
SelfSystem
*
UserProtocol
*
Special
FLibComplex1
*
FLibMath
*
FLibSYS
*
SystemTests
M
Transport
Serial
*
Sockets
*
SSL
*
UI
VCAEngine
M
WebCfgD
M
WebUser
M
WebVision
M