Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 353 Bytes

cpprealm-docker

Docker-based build for realm C++ SDK. The example application is writing a new object to the realm every second, which gets automatically synced to Atlas.

Installation instructions below:

docker build -t mongo-cpp-base -f example_base.Dockerfile .
docker build -t mongo-cpp-iot -f iot.Dockerfile .
docker run mongo-cpp-iot