1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Note 0.9.12 release date

This commit is contained in:
Hongli Lai (Phusion) 2014-07-17 10:14:01 +02:00
parent d55fa363bf
commit a06da035d0
No known key found for this signature in database
GPG Key ID: 2AF96EB85EF4DA0D

View File

@ -1,4 +1,4 @@
## 0.9.12 (not yet released)
## 0.9.12 (release date: 2014-07-24)
* We now officially support `nsenter` as an alternative way to login to the container. With official support, we mean that we've provided extensive documentation on how to use `nsenter`, as well as related convenience tools. However, because `nsenter` has various issues, and for backward compatibility reasons, we still support SSH. Please refer to the README for details about `nsenter`, and what the pros and cons are compared to SSH.
* The `docker-bash` tool has been modified to use `nsenter` instead of SSH.