Virtual Machine

type access

  • Operating System:

 

Use this application to start a Linux Virtual Machine.

On the job submission page, users need to paste a valid SSH public key, which will be used to access the Virtual Machine.

Important

Before terminating the process on UCloud, ensure the data is transferred from the Virtual Machine via SSH; otherwise, it will be lost.

type access

  • Operating System:

 

Use this application to start a Linux Virtual Machine.

On the job submission page, users need to paste a valid SSH public key, which will be used to access the Virtual Machine.

Important

Before terminating the process on UCloud, ensure the data is transferred from the Virtual Machine via SSH; otherwise, it will be lost.

type access

  • Operating System:

 

Use this application to start a Linux Virtual Machine.

On the job submission page, users need to paste a valid SSH public key, which will be used to access the Virtual Machine.

Important

Before terminating the process on UCloud, ensure the data is transferred from the Virtual Machine via SSH; otherwise, it will be lost.

type access

  • Operating System:

type access

  • Operating System:

type access

  • Operating System:

 

Use this application to start a Linux Virtual Machine.

On the job submission page, users need to paste a valid SSH public key, which will be used to access the Virtual Machine.

Important

Before terminating the process on UCloud, ensure the data is transferred from the Virtual Machine via SSH; otherwise, it will be lost.

type access

  • Operating System:

type access

  • Operating System:

type access

  • Operating System:

 

Use this application to start a Linux Virtual Machine.

On the job submission page, users need to paste a valid SSH public key, which will be used to access the Virtual Machine.

Important

Before terminating the process on UCloud, ensure the data is transferred from the Virtual Machine via SSH; otherwise, it will be lost.

type access

  • Operating System:

type access

  • Operating System:

type access

  • Operating System:

 

Use this application to start a Linux Virtual Machine.

On the job submission page, users need to paste a valid SSH public key, which will be used to access the Virtual Machine.

Important

Before terminating the process on UCloud, ensure the data is transferred from the Virtual Machine via SSH; otherwise, it will be lost.

type access

  • Operating System:

 

Use this application to start a Linux Virtual Machine.

On the job submission page, users need to paste a valid SSH public key, which will be used to access the Virtual Machine.

Important

Before terminating the process on UCloud, ensure the data is transferred from the Virtual Machine via SSH; otherwise, it will be lost.

Using Docker

The virtual machine comes with Docker engine installed.

Before using docker please remember to run the following commands to allow root-less running of containers:

$ sudo usermod -aG docker ucloud
$ newgrp docker
$ nvidia-ctk runtime configure --runtime=docker --config=$HOME/.config/docker/daemon.json
$ sudo systemctl restart docker
$ sudo nvidia-ctk config --set nvidia-container-cli.no-cgroups --in-place

The first command adds the ucloud user to the docker group, and the second reloads the groups in the current shell. The last three commands configure the NVIDIA Container Toolkit for root-less running.

After these lines, users can run docker commands without sudo, which is strongly recommended.