diff --git a/doc/user-guide/ch_dashboard.xml b/doc/user-guide/ch_dashboard.xml index ea66813eaa..5cf2b5c77c 100644 --- a/doc/user-guide/ch_dashboard.xml +++ b/doc/user-guide/ch_dashboard.xml @@ -25,6 +25,8 @@ + + diff --git a/doc/user-guide/section_dashboard_manage_containers.xml b/doc/user-guide/section_dashboard_manage_containers.xml new file mode 100644 index 0000000000..4772652306 --- /dev/null +++ b/doc/user-guide/section_dashboard_manage_containers.xml @@ -0,0 +1,71 @@ + +
+ Create and manage object containers + + Container service is one of the services provided by the Object Storage Service. + A container is a storage compartment for your data and provides a + way for you to organize your data. It is similar to the concept as a + Linux file directory but cannot be nested. +
+ Create a container + + + Log in to the dashboard. + + + On the Project tab, click the + Containers category. + + + Click the Create Container button. The + Create Container window is displayed. + + + Enter a name for the container. Click the Create Container + button. + + + You have successfully created a container. + To delete a container, click the More + dropdown button and select Delete Container. + +
+
+ Upload an object + + + Log in to the dashboard. + + + On the Project tab, click the + Containers category. + + + Select the container in which you want to store your object. + + + Click the Upload Object button. The + Upload Object To Container: CONTAINER_NAME + window is displayed. + CONTAINER_NAME is replaced by the + name of the container to which you are uploading the object. + + + Enter a name for the object. + + + Browse and select the file you want to upload. + + + Click the Upload Object button. + + + You have successfully uploaded an object to the container. + To delete a container, click the More + dropdown button and select Delete Object option. + +
+