Create and manage Confidential Virtual Machines (CVMs) on Phala Cloud.
dstack-<version>
and dstack-dev-<version>
. The dev image allows you to log in to the CVM in the future for debugging purposes. If you opt for a non-dev image, rest assured that no one will have the ability to access your CVM, either physically or remotely.
dstack-dev-<version>
images are not recommended for production environments.debug-cvm
config-ttyd-service
view-ttyd-container
https://7c7629f605a50abe5797e1b6bab115fec6b9e7ac-7681.dstack-prod5.phala.network/
), you will see a terminal interface. The next step is to install the openssh-client.
apt
package manager. Instead, you will use the apk
package manager.ttyd-terminal
ssh root@localhost
. As shown below, you can retrieve information about running Docker containers by executing the command docker ps -a
within the CVM.
cvm-login