Builds a sensu-go Docker container using only the OSS, non-enterprise components. This contains both the sensu go server as well as the sensu go agent in the same container, allowing you to run the docker container as either role.
$ sudo docker build .
$ sudo docker run -d <new_image> sensu-backend init
$ sudo docker run -d <new_image> sensu-backend start
$ sudo docker run -d <new_image> sensu-agent start
$ sudo docker logs <new_container_hash>