Merge pull request #1 from ResilientEcosystem/rj-add-support-to-arm64

add support to creating docker image for arm64
tree: 11d2b683e6625722d1167820e5d34f8e698d6b28
  1. .github/
  2. dev/
  3. inventories/
  4. roles/
  5. .asf.yaml
  6. .gitattributes
  7. .licenserc.yaml
  8. ansible.cfg
  9. CODE_OF_CONDUCT.md
  10. DISCLAIMER-WIP
  11. dockerfile
  12. LICENSE
  13. NOTICE
  14. README.md
  15. site.yml
  16. startup-services.service
  17. startup.sh
README.md

resilientdb-ansible

Docker image to provision and run ResilientDB along with supporting services (GraphQL, Crow HTTP server, Nginx) using systemd and Ansible.


Quick Start

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