".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
我们在部署[腾讯云](/#)服务器实例时,除了使用腾讯云提供的公共镜像、服务市场镜像外,还可以根据需要创建自定义镜像。本文将介绍下如何在腾讯云控制台快速创建与该镜像相同配置的腾讯云云服务器实例。
**1、关机实例(可选)**
首先登录到腾讯云云服务器控制台,然后查看要创建自定义镜像的实例是否需进行关机操作。
如果是2018年7月之后基于公共镜像创建的实例(系统盘为云硬盘),那么是支持在线制作镜像(即实例不关机的情况下制作镜像),这时可直接创建自定义镜像。除此情况外的实例,请先将实例关机后再进行镜像制作,以确保镜像与当前实例部署环境完全一致。
要是需要对实例进行关机处理,则可在实例的管理页面,下拉“更多”菜单项,点击“实例状态”,选择“关机”即可。如果不需要关机实例,则可跳过这一步骤,继续创建自定义镜像。
![](https://www.idcspy.com/wp-content/uploads/2022/03/shili.jpg)
**2、创建自定义镜像**
在实例的管理页面,下拉“更多”菜单项,点击“制作镜像”,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2022/03/shili2.jpg)
接下来,在弹出的“制作自定义镜像”窗口中,填写相关配置信息,例如:
* 镜像名称及镜像描述:自定义名称及描述。
* 仅创建系统盘镜像:若您的实例仅具备系统盘,则不会出现该选项。若您的实例具备数据盘,则请按需勾选。
①勾选,则仅创建实例系统盘镜像。
②不勾选,若实例具备数据盘,则会同时创建数据盘快照。
3、镜像配置信息设置完毕后,单击“制作镜像”即可。之后,您可点击左侧导航栏中的“镜像”,在镜像页面中查看镜像的创建进度。
以上是腾讯云服务器创建自定义镜像的主要步骤介绍,待镜像完成创建后,在镜像列表中选择您刚创建的镜像,单击其所在行右侧的“创建实例”,即可购买与之前相同镜像的服务器。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104050.html