Raspberry Pi OS (64 bit) beta – and Docker Compose with arm64v8 images
Docker Compose has become such a vital tool for defining and linking services that it is likely to become integrated into the docker CLI going forward # apt-get update -y # apt-get install -y...
View ArticleDocker – Mirth Connect Server contains the back-end for the management...
Mirth Connect Server – contains the back-end for the management interface and the integration HL7 engine component which performs message filtering transformation and transmission # docker pull...
View ArticleOracle Linux Oracle Container Runtime for Docker – User’s Guide
Oracle Linux Oracle Container Runtime for Docker – User’s Guide
View ArticleOracle Linux Oracle Container Runtime for Docker – verify readiness of...
Oracle Data Guard ensures high availability, data protection, and disaster recovery for Oracle database. Data Guard provides a comprehensive set of services for DR solution. The services can be used...
View ArticleDocker Official Images – Oracle Database 12c Enterprise Edition and the...
https://hub.docker.com/_/oracle-database-enterprise-edition ┌──(rootvm-iot-jsho-docker-01)-[~] └─# docker login ┌──(rootvm-iot-jsho-docker-01)-[~] └─# docker pull...
View ArticleУстановка Oracle 19 Enterprise Edition (EE) в Docker – Installieren von...
https://github.com/oracle/docker-images/blob/main/OracleDatabase/SingleInstance/README.md The requirements are you must have 2 CPUs / 6 GByte of the memory / 15 GByte of free storage...
View ArticleDocker – how to commit changes to a new image & make a backup
┌──(rootvm-iot-jsho-docker-01)-[~] └─# docker ps –all CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ┌──(rootvm-iot-jsho-docker-01)-[~] └─# ┌──(rootvm-iot-jsho-docker-01)-[~] └─# docker run -d...
View ArticleDocker – how to make a container backup
┌──(rootvm-iot-jsho-docker-01)-[~] └─# docker ps -all CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES be58c81ad2d2 ubuntu „/bin/bash“ 30 seconds ago Exited (0) 5 seconds ago ubuntu-iot-jsho-01...
View ArticleDocker – how to restore a image from a backup
┌──(rootvm-iot-jsho-docker-01)-[~] └─# docker save -o ubuntu.20210214.tar ubuntu ┌──(rootvm-iot-jsho-docker-01)-[~] └─# ls -la insgesamt 147124 drwx—— 5 root root 4096 14. Feb 14:16 . drwxr-xr-x 19...
View ArticleDocker – there’s no way to import a container (which wouldn’t make sense as...
┌──(rootvm-iot-jsho-docker-01)-[~] └─# docker images REPOSITORY TAG IMAGE ID CREATED SIZE ┌──(rootvm-iot-jsho-docker-01)-[~] └─# ls -la insgesamt 147124 drwx—— 5 root root 4096 14. Feb 14:16 ....
View ArticleDocker webPDF – is the centralized PDF server which provides SOAP and REST...
webPDF Docker image # docker pull softvisiondev/webpdf # docker run –name some-webpdf softvisiondev/webpdf:tag # docker run -p 8080:8080 softvisiondev/webpdf:latest
View ArticleNode-RED – for talking to 1-wire devices using an owfs owserver instance
Node-RED – install node-red-contrib-owfs either on the same system as Node-RED or a system that can be reached over TCP. This node communicates with owfs using the owserver protocol so owserver must...
View ArticleNode-RED to read a 1-wire temperature sensor
Node-RED – install node-red-contrib-1wire to use the built in GPIO pins to read the 1-wire sensor
View Article