Container Resources
Manage Containers
- Click "Resources Overview" in the navigation bar.
- Select "Containers" from the sidebar to access the Container page.
Access Containers
ssh
- Locate a container and click the port “22“ icon in the “Access“ field
- Copy the ssh command and paste it to your terminal
Jupyter Notebook
- Locate a container click the port “8888“ icon in the “Access“ field
- A Jupyter Notebook web page will be opened in another browser tab
Container Status Descriptions
Status | Description |
---|---|
Creating | The container is in the process of being created. |
Running | The container is currently running. |
Terminating | The container is shutting down, typically appearing briefly during a restart. |
Error | An error has occurred in the container. Check the logs for more details. |
Edit a Container
- Locate the container you want to edit and click “Edit“ from dropdown menu
- Enter the container settings you want to edit and click “Save“
[!WARNING] The container will restart after editing.
Restart a Container
- Locate the container you want to restart and click the “Restart” from dropdown menu
View Container Logs
- Locate the container whose logs you want to view, and click the “View Log” icon to access the logs.
Download Container Logs
- Locate the container whose logs you want to download, and click the "Download log" to download the logs.