Common Docker Commands
Docker official website: https://www.docker.com/ hub: https://www.docker.com/products/dockerhub/ Docker concepts image: a packaged snapshot container: a running instance of an image repository: a place to store images Docke
Type to start searching
Docker official website: https://www.docker.com/ hub: https://www.docker.com/products/dockerhub/ Docker concepts image: a packaged snapshot container: a running instance of an image repository: a place to store images Docke
Preface: AutoCannon is a Node.js-based API load testing tool. https://www.npmjs.com/package/autocannon
Chinese cloud providers offer convenient image format and size conversion via URL parameters for their OSS/COS storage. AWS does not provide this out of the box — you need to write Lambda@Edge functions yourself. This article provides a complete guide on implementing image conversion with Lambda@Edge.
AWS CodeArtifact is a managed artifact repository that can host npm, Maven, and other packages.
AWS Certificate Manager is the certificate management system provided by AWS. When used together with an AWS Load Balancer, you can request wildcard certificates for free.
AWS Route 53 is a DNS resolution service. This article walks through migrating a domain previously hosted on Tencent Cloud to AWS Route 53.
AWS CodeDeploy is a code deployment service. This article covers how to create an application and deployment group.
AWS CodePipeline is a CI/CD pipeline tool, similar to open-source Jenkins and other cloud pipeline services.
AWS CodeBuild is used to build code. This article covers how to create a CodeBuild project, configure the build environment, and set up build scripts.
AWS provides a code hosting service similar to GitHub and GitLab. This article covers how to use AWS CodeCommit to mirror code from an internal GitLab instance to AWS EC2.
AWS S3 is a storage service similar to Alibaba Cloud OSS and Tencent Cloud COS. This article covers how to create an S3 bucket.
Background: The company code has always been on the internal Gitlab. Including daily code commits, code reviews, project management, personnel management, etc. Now there is a new business that needs to be deployed on AWS overseas, which means we need to pull code from the internal Gitlab on Alibaba Cloud to AWS overseas. Common solutions include cross-border dedicated lines, manual sync, and automatic sync to Github.