• Ryan Cabrera and O-Town performed at Saint Rocke last night, the bar literally 2 blocks up from my house, so a bunch of us went.
    • Purchase offer. Created a few sheets and read lots of info on the details.
    • I’ve found no great solutions for streaming from ubuntu to roku.
    • Supercontest docker work.
      • Added nameserver 8.8.8.8 and 8.8.4.4. to /etc/resolv.conf again.
      • sudo docker run -it python:2.7 /bin/bash
        • This command fetches the container (remotely, at first), then shells into it and enters a bash prompt.
      • Made it so I don’t have to type sudo every time. Just add yourself to the docker group.
        • sudo gpasswd -a $USER docker
        • newgrp docker  # refreshes this login within your current shell
      • Basically got all three containers and supporting files into a good place. Did test builds of a few dev images. Just need to test the actual application in container space now.