Hello I'm relatively new to dev-ops related skills (i.e. vagrant, docker, consul) and the abstraction is a little troublesome.
I've included mongodb in my Appfile and I have been able to start an express server to interact with it. However, it'd be nice to be able to get shell access to mongo to interact from terminal. Is this possible by default?
Also, I see that consul is included as a part of otto. How do I use it for service discovery? Is it a web page? Is it a terminal service?
Thanks for clearing this up! I'd be willing to add to the otto documentation to hopefully avoid these basic questions in the future.