commit | 8e07d97c717fb2e60aa3b2a7f7b5d804e372bf9f | [log] [tgz] |
---|---|---|
author | Apratim Shukla <apratimshukla6@gmail.com> | Fri Apr 18 19:30:15 2025 -0700 |
committer | GitHub <noreply@github.com> | Fri Apr 18 19:30:15 2025 -0700 |
tree | 11d2b683e6625722d1167820e5d34f8e698d6b28 | |
parent | 8340c9f91bb2c0313f3684036c6bd57aabb6c0c4 [diff] | |
parent | af3ae2365302389d7185db0492ac9672f224bfc2 [diff] |
Merge pull request #1 from ResilientEcosystem/rj-add-support-to-arm64 add support to creating docker image for arm64
Docker image to provision and run ResilientDB along with supporting services (GraphQL, Crow HTTP server, Nginx) using systemd and Ansible.
Build the Docker image:
docker build -t resilientdb-ansible .
Run the container:
docker run --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro -p 80:80 -p 18000:18000 -p 8000:8000 resilientdb-ansible