# Image Security Image security is a crucial aspect of deploying Docker containers in your environment. Ensuring the images you use are secure, up to date, and free of vulnerabilities is essential. In this section, we will review best practices and tools for securing and managing your Docker images. When pulling images from public repositories, always use trusted, official images as a starting point for your containerized applications. Official images are vetted by Docker and are regularly updated with security fixes. You can find these images on the Docker Hub or other trusted registries. Visit the following resources to learn more: - [@official@Docker Content Trust](https://docs.docker.com/engine/security/trust/content_trust/) - [@official@Docker Hub](https://hub.docker.com/)