The Nautilus Dev Team responded to requests we heard from the dev community around Docker Compose so we developed Nautilus.
Docker Compose serves as a convenient tool for software engineers developing a microservice-based application. Yet, we heard from various developer friends of ours, one who works for the government on the Medicare website, that as the app grows in complexity, the number of containers, connections and container data can become complicated to track and conceptualize.
To address this need, we created Nautilus, an Electron application, that charts out the containers, network connections, port maps and volumes/bind-mounts in a Compose microservice application. No longer will developers need to hold the map of their network in their heads or on a piece of paper. Nautilus will navigate them through rough waters.
We understand concerns around sharing proprietary information such as a Docker-Compose file on a third party applications. We are in the process of getting the appropriate certifications/signatures so that security concerns are no longer raised. We want to assure you that all of the application information is stored on your local machine; our application makes no network requests (plus, we're 100% open source and welcome contributions). As Josh mentioned, cloning and compiling the application yourself to run it is also a great option!
https://github.com/oslabs-beta/nautilus/
Chrome is trying really hard to prevent me from downloading the Mac App. Its saying 'Nautilus-1.2.0.dmg is not commonly downloaded and may be dangerous' and when I clicked to keep it another pop up came up with 'Even if you have downloaded files from this site before, the site may be temporarily unsafe (hacked). Try downloading this file later.'
I don't have any extra security (that I recall) set up on Chrome so I thought I would let you know.
Yeah, you'll have to bypass all those securities if you want to download. We are working on getting our application certified with Apple, Microsoft, linux and all the browsers. If you're worried about security issues, the whole product is open source. You can check it out on our github. But, I promise, everything stays on your system.
If you want to be extra safe, you can clone/fork the repo and compile/build the dmg yourself. First, run `yarn` and then run `yarn package-mac`
the application runs entirely on your local system. no information is uploaded. No network requests are made. if you are concerned about security, Nautilus is open source. You can check out the code on github. You can even clone the repo and package the application yourself.
Docker Compose serves as a convenient tool for software engineers developing a microservice-based application. Yet, we heard from various developer friends of ours, one who works for the government on the Medicare website, that as the app grows in complexity, the number of containers, connections and container data can become complicated to track and conceptualize.
To address this need, we created Nautilus, an Electron application, that charts out the containers, network connections, port maps and volumes/bind-mounts in a Compose microservice application. No longer will developers need to hold the map of their network in their heads or on a piece of paper. Nautilus will navigate them through rough waters.