Helping Developers do Ops EasierBrian Morearty recently gave a lightning talk at Twitter HQ about Docker. You should really check out his slides, they are fun and have a lot of character. He also runs a hands-on training course for Docker. But as a reference chart, here are the 15 tips he suggests: Getting the id of the last-run container You could do this: $ ID=$(docker run ubuntu echo hello worl