There are three subfolders that are used to make three different Docker containers.
The latest versions of these containers can be found on Docker Hub.
/build-envcontains a Dockerfile that creates a build environment for OpenSet on Ubuntu 16.04 (openset_build_env on Docker Hub)/running-envcontains a Dockerfile that creates a run-time environment for OpenSet on Ubuntu 16.04. It is nearly identical to thebuild-envbut doesn't include the build tools. (openset_running_env on Docker Hub)/openset_packagecontains a multi-step docker file that uses the two containers above to produce a small final container. The container is built off therunning-envcontainer and adds theopensetexecutable and anentry_openset.shscript which is used to reset thersyslogdaemon and start OpenSet.