Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.6 KB

File metadata and controls

38 lines (23 loc) · 1.6 KB
title Containers
## 📄️ Overview

Learn how to build and deploy applications on the Runpod platform with this set of tutorials, covering tools, technologies, and deployment methods, including Containers, Docker, and Serverless implementation.

## 📄️ Intro to containers

Discover the world of containerization with Docker, a platform for isolated environments that package applications, frameworks, and libraries into self-contained containers for consistent and reliable deployment across diverse computing environments.

## 📄️ Dockerfile

Learn how to create a Dockerfile to customize a Docker image and use an entrypoint script to run a command when the container starts, making it a reusable and executable unit for deploying and sharing applications.

## 📄️ Persist data outside of containers

Learn how to persist data outside of containers by creating named volumes, mounting volumes to data directories, and accessing persisted data from multiple container runs and removals in Docker.

## 📄️ Docker commands

Runpod enables BYOC development with Docker, providing a reference sheet for commonly used Docker commands, including login, images, containers, Dockerfile, volumes, network, and execute.