Introduction Developers like using containers for development because they are easy to use, portable, and require less maintenance overhead compared to bare metal or virtual machines. Docker is a popular choice, because it provides tools that make it simple for developers to build, run and publish applications in containers. This guide walks you through the process of creating an optimized, secure Docker image of a custom application using a Bitnami base container, then testing it and publishing it online. It also guides you through the steps to follow when you update your application and need to rebuild and republish it for your users. Assumptions and Prerequisites This guide focuses on creating a secure and optimized Docker image of a custom Node.js application using Bitnami’s Node.js production image. This guide makes the following……
Windows Server AD是比较常用的服务,不过有时也会遇到IP地址需要更改的情况,本篇就结合在云上的操作,记录下如何在云上修改AD域服务器的IP。这里使用的华为云做为测试。 修改主机IP地址 首先需要关机服务器,通过 ECS –> Manager Network –> Modify Private IP 修改主机的IP地址(云上发现无法在windows OS内部修改IP,估……