Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| docker-compose-5.1.3-x86_64-1_danix.txz | 2026-05-15 12:46 | 7.4M | |
| docker-compose-5.1.3-x86_64-1_danix.lst | 2026-05-15 12:46 | 1.2K | |
| docker-compose-5.1.3-x86_64-1_danix.dep | 2026-05-15 12:46 | 49 | |
| docker-compose-5.1.3-x86_64-1_danix.txt | 2026-05-15 12:46 | 612 | |
| docker-compose-5.1.3-x86_64-1_danix.meta | 2026-05-15 12:46 | 850 | |
| docker-compose-5.1.3-x86_64-1_danix.txz.md5 | 2026-05-15 12:46 | 74 | |
| docker-compose-5.1.3-x86_64-1_danix.txz.sha256 | 2026-05-15 12:46 | 106 | |
| docker-compose-5.1.3-x86_64-1_danix.txz.asc | 2026-05-15 12:46 | 870 | |
docker-compose (Utility for running containers on Docker)
Docker Compose is a tool for running multi-container
applications on Docker defined using the Compose file format. A
Compose file is used to define how one or more containers that make
up your application are configured. Once you have a Compose file, you
can create and start your application with a single command: docker
compose up.