Pixels with PurposeAboutAboutContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
  • Another Page
  • Backend
    • Java
    • JavaScript
    • Node.js
    • Spring Boot
    • TypeScript
  • Database
    • MongoDB Database
    • MySQL Database
  • Devops
    • AWS
    • Microsoft Azure
    • CI/CD
    • Docker
    • GitHub
    • Kubernetes
  • Frontend
    • Angular
    • CSS
    • HTML
    • React
    • Vue.js
  • Introduction
  • Another Page
  • About
  • Backend
    • Java
    • JavaScript
    • Node.js
    • Spring Boot
    • TypeScript
  • Database
    • MongoDB Database
    • MySQL Database
  • Devops
    • AWS
    • Microsoft Azure
    • CI/CD
    • Docker
      • Introduction to Docker
    • GitHub
    • Kubernetes
  • Frontend
    • Angular
    • CSS
    • HTML
    • React
    • Vue.js
  • Contact ↗ (opens in a new tab)

On This Page

  • Introduction to Docker
  • Running a Docker Container
Question? Give us feedback → (opens in a new tab)Edit this page
Devops
Docker

Introduction to Docker

Docker

Docker is a platform for developing, shipping, and running applications in containers.

Running a Docker Container

# Dockerfile
FROM alpine:latest
CMD ["echo", "Hello, Docker!"]
CI/CDGitHub

Made with Nextra Docs Template