The standard platform installations have several predefined containers — "users", "projects", and "bigdata".
The "users" container is designed to provide individual user development environments and is used by the platform to manage application services.
When creating a new web-based shell or Jupyter Notebook, the platform automatically creates a $HOME
) and is used to store different files for managing the service.
The platform's command-line services (Jupyter Notebook and the web shell) predefine the following environment variables for simplifying access to the running-user directory of the predefined "users" container:
v3io
path to the running-user directory — v3io://users/<running user>
.The "projects" container is designed for storing shared project artifacts.
The "bigdata" container has no special significance in the current release, and it will no longer be predefined in future releases. However, you'll still be able to use your existing "bigdata" container and all its data, or create a custom container by this name if it doesn't already exist.