Difference between revisions of "Edge++: Deployment"
From Datonis
(Created page with "== TITLE 1 == == TITLE 2 == == TITLE 3 == == FAQs for runnning Edge++ on Ubuntu VM using Oracle VirtualBox == === Oracle VirtualBox related FAQS === * For starting virtual...") (Tag: Visual edit) |
(No difference)
|
Revision as of 09:55, 12 June 2020
Contents
TITLE 1
TITLE 2
TITLE 3
FAQs for runnning Edge++ on Ubuntu VM using Oracle VirtualBox
- For starting virtualBox with SecureBoot hardware (Only if you have SecureBoot enabled in your machine)
- Password Based Encryption:
- VirtualBox Port forwarding from VM to the Host machine:
- Setting up redis container inside vm and accessing it via host.
- Configure and Run a Docker Container for Redis and Use it for Python
- Network type of vm - NAT
- Redis config - bind 0.0.0.0:port instead of 127.0.0.1
- Start the container and run Redis
- Port forwarding of vm- host: <redis-port> - guest: <redis-port>
- This will make redis available on localhost:port
- Ref - Cannot get or set to Redis on Vagrant guest from host due to "Error: Connection reset by peer"