linuxserver/docker-compose.

489,119 70 arm arm64 amd64 Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/docker-compose
Build Time 16 Feb 2023 14:43:16
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.29.2 05 May 2022 at 13:43:19

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  docker-compose:
    image: linuxserver/docker-compose:1.29.2
    container_name: docker-compose
    restart: no

CLI

docker create \
  --name=docker-compose \  --restart no \
  linuxserver/docker-compose:1.29.2