DevOps · +10 points

Docker

Container platform — package apps with dependencies for any environment.

Install
docker --version
License
Apache-2.0
Stars

Integration goal

Write a Dockerfile for a Node.js app.

  1. Create Dockerfile with node:22-alpine
  2. Set WORKDIR and CMD
  3. Push to GitHub
Open Integration Workspace →

← All open source tools