Skip to main content

What is Docker Image? — NodeOps Glossary

Docker Image — A Docker image is a pre-packaged environment containing everything needed to run an application, including code, dependencies, and system libraries. When deploying templates on NodeOps Cloud Marketplace, Docker images must be public (accessible for pulling during deployment) and tagged with the correct CPU architecture and version using a digest (SHA256) or tag.

Category: Development & DevOps

Learn more