HomearrowList of servicesarrowContainer registry

Bizfly Container Registry

checkedStore, manage and distribute Docker Images

container-registry-intro-image

What is Container Registry?

line-image

Container Registry is a server service that provides storage resources for container images of individual developers or enterprises. Enterprises can build their own private Container Registry service for internal company use or use this service from third parties.

Bizfly Container Registry helps simplify the process of building and deploying containerized applications, saving costs and resources for customers to focus on product development.

Free trial

How Bizfly Cloud Container Registry Works

line-image
container-registry-work-image

Bizfly Container Registry Service Pricing

line-image

Pricing excludes 10% VAT

HOURLY STORAGE PRICING

Storage capacity is calculated on average in GB/hour units (each Gigabyte used per hour)

Hourly rate:

2.5(VND/GB)

DATA TRANSFER PRICING

Data transfer refers to download traffic (pull image) and does not include upload traffic (free).

Traffic (GB)

280 (VND/GB)

DATA TRANSFER PRICING CALCULATION

Example:

  • In the first hour of usage, the customer uploads 2 images with actual storage capacity of 5GB and 13GB respectively. Thus, on average during that hour, the customer used (0 + 5 + 13) / 3 = 6GB.
  • According to the above unit price, the amount to pay for storage in this hour is 6 * 2.5 = 15 VND.

Outstanding Advantages of Bizfly Container Registry

divider
checked

Fully Managed

No need to worry about infrastructure, operational costs or scaling.

checked

Secure

Data transmitted via HTTPS protocol, stored separately from other users.

checked

High Availability and Scalability

Bizfly Container Registry is designed to deliver scalability, good load tolerance and high availability.

checked

Integration with Bizfly Cloud Server

Push and pull image operations from Bizfly Cloud Server become simple and easy with configuration that allows Cloud Server to directly access your Container Registry.

checked

Automated Security Scanning

Bizfly Container Registry continuously scans your images for security vulnerabilities and provides you with complete information about issues and how to fix them.

checked

Public Repositories

By default, repositories are created in private mode, meaning only you have access. However, when switching repositories to public mode, everyone can pull them.

Common Use Cases for Bizfly Container Registry

line-image

Docker Image Storage

Developers push images from personal machines to Bizfly Container Registry. Pull images to Cloud Server for deployment.

docker-image-save
integrated-image
CI/CD Pipeline Integration
Automatically build and push images to Bizfly Container Registry. Perform deployments with Container Orchestration (Docker Swarm, Kubernetes, ...)

Frequently Asked Questions

line-image
When developing applications running in Container environments, after writing code, developers need to package applications as Container images. Bizfly Container Registry is basically a service that allows developers to store these images, aiming to easily deploy applications to many different places with ease. In addition, Bizfly Container Registry provides many integrated features and tools to help work operations be easy, safe and most effective.
Using Bizfly Container Registry, you will not need to worry about operating as well as expanding infrastructure for your own Registry. Bizfly Container Registry is integrated with Bizfly Cloud Server, you can configure to allow your server to pull images directly from Bizfly Container Registry without login operations. In addition, Bizfly Container Registry provides security vulnerability scanning features, helping you detect potential security weaknesses inside your images before actually deploying to production environment.
Yes, you can set your repository status to public. This way, others will be able to pull images in that repository at will.
You can use token-based authentication feature. Go to the management interface and generate a token, here you can assign detailed permissions for this token to be allowed to pull or push specific repositories. Then use this token to login.
scroll-top