Skip to content

Instantly share code, notes, and snippets.

@mrgnw
Last active December 19, 2023 05:56
Show Gist options
  • Save mrgnw/b6ae73c4d9026914c81355a2bf2484cb to your computer and use it in GitHub Desktop.
Save mrgnw/b6ae73c4d9026914c81355a2bf2484cb to your computer and use it in GitHub Desktop.
Docker pull multiple

Minimal docker-compose to pull a bunch of images. With a docker-compose.yaml like the one below, just run:

docker-compose pull
services:
python: {image: python:alpine}
bun: {image: oven/bun:alpine}
postgres: {image: postgres:alpine}
postgrest: {image: postgrest/postgrest}
redis: {image: redis:alpine}
swift: {image: swift}
tailscale: {image: tailscale/tailscale}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment