如何重置Google Cloud Shell环境

时间:2016-11-29 05:54:22

标签: google-cloud-platform google-compute-engine google-cloud-shell

我正在尝试重置我的Cloud Shell磁盘。我正在删除项目并创建新的,但是使用所有预安装的文件获得相同的云外壳。无论如何都要完全重置。

2 个答案:

答案 0 :(得分:5)

是的,有

Restore your Cloud Shell home directory to a clean state:

Check for personal files in the home directory:
  ls -a $HOME
Remove all files from your home directory:
  sudo rm -rf $HOME
In the Cloud Shell menu, click the gear icon, then click Restart Cloud Shell. Click Restart Cloud Shell in the confirmation dialog.

来自文档https://cloud.google.com/shell/docs/limitations#resetting_cloud_shell_to_default_state

答案 1 :(得分:1)

似乎无法手动重置云端shell。根据文档,云shell VM在一小时不活动后终止。您可能希望终止会话以使其生效:

Cloud Shell Doc

但请记住,云外壳并不是一台完整的机器。它更适用于测试和启动ad-hoc gcloud和gsutil命令。

因此,最好为您的开发目的而启动新的Cloud Compute实例,而不是使用云Shell。