Blog / Docker
8 Posts
3-Container-based Continuous Integration and Deployment Tasks
The first set (2021-2022 Guangdong Province / 1) (Spring Cloud) The company decided to use GitLab + Jenkins to build a CICD environment to shorten the cycle for new feature development and deployment, promptly meet customer needs, implement part of the DevOps process to reduce the burden of deployment and operations, achieve visual container lifecycle management, application release, and version iteration updates. Please complete the deployment of the GitLab + Jenkins + Kubernetes CICD environment. The architecture of the CICD application system is as follows
查看全文Record the modification of server and Docker time zones
My blog is deployed inside Docker, and I found that the comment and message times are different from Beijing Time by 8 hours. Then I discovered that it was because the timezone settings in the container were inconsistent with the server, so I need to set it up.
查看全文Record the usage of Docker's -v directive
Record the usage of Docker's -v command Introduction Previously, I briefly learned Docker to facilitate the deployment of .NET projects (deploying the packaged project). The Dockerfile is as follows: FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base WORKDIR /app EXPOSE 5031 EXPOSE 7031 FROM mcr.microsoft.com/dotnet/sdk:6.0
查看全文