portage: Shift the emphasis from a running to a non-running container
authorW. Trevor King <wking@tremily.us>
Fri, 20 Jun 2014 04:36:55 +0000 (21:36 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Jun 2014 04:40:15 +0000 (21:40 -0700)
commitbdc781050683a91554b87dd9216fca61ec429cff
treeea94f10559d1fd4428027393f3ddf4e367f25be6
parentd187ff88a909275afdaefdbabae7dc5a8a3e6165
portage: Shift the emphasis from a running to a non-running container

Not messing with ENTRYPOINT makes it easier to run an interactive
container with:

  $ docker run --rm -i -t wking/portage

if you want to poke around.
portage/Dockerfile.template
portage/README.md