关注微信公众号
第一手干货与资讯
加入官方微信群
获取免费技术支持
The Rancher team has been working hard to give users a first taste of what storage management will look like in Rancher. In addition to managing container networking across cloud providers, we are excited to announce the following features in Rancher v0.2. First up, the team has exposed the building blocks for storage management. Full support has been added in the API and UI for viewing, creating, and connecting storage volumes. When creating containers Rancher now supports familiar Docker –v and --volumes-from options.
–v
--volumes-from
[](https://www.rancher.io/wp-content/uploads/2014/12/mounts1.png)View mounts attached to a container.
Attach host volumes or volumes from another container. See all volumes and associated metadata.
Next up, the UI allows you console access to your containers. Now you can get access to your running containers, the same as if you had run docker exec –it /bin/sh, from the UI.
docker exec –it /bin/sh
Console Running VI in a container.
Get Rancher on GitHub.