Remove tags blueprint
article thumbnail

How to Deploy a Docker Image with Terraform

Pure Storage

Creating the Dockerfile The Dockerfile acts as a blueprint for building your Docker image. t pure_image:latest: This tags the image with the name pure_image and the tag latest. ” application: from flask import Flask app = Flask(__name__) @app.route( code>’/’ ) def hello_world(): return 'Hello, World!'

article thumbnail

Docker Images vs. Docker Containers: Are They the Same?

Pure Storage

They’re like container blueprints that form the basis for how a container runs. Think of it as a movie and a scene: A movie has its own tags and identifiers and so do scenes within a movie. Every image created or pulled from Docker Hub is stored in a filesystem and can be identified by its name and tag and also by its image ID.