Uses nsenter to provide a terminal to a Docker container. Looks and feels like an ssh client.
gem install dsshAssuming you have a docker container already started and currently running:
dssh <container-id>If you only have one container running, you can leave off the container-id:
dsshIf you require sudo to use docker, you'll also have to sudo dssh.
