Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

bash script to run always up-to-date docker-compose docker, without system deps

Notifications You must be signed in to change notification settings

titanium-technologies-group/docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-compose

Bash script, which allow to use docker/compose as docker image.

That script requires only standard nix tools and provides auto-updates, without additional dependencies

Requirements

  • sed
  • docker

Installation

curl -o ~/bin/docker-compose -s https://raw.githubusercontent.com/titanium-codes/docker-compose/master/docker-compose && chmod +x ~/bin/docker-compose

NOTE: You can download script in any location (which included in $PATH), but updater will try to edit script file when new docker-compose version will be released. That means, that you should have write permissions to target file, the best way is to place script in your home folder.

Usage

Same as docker-compose

Updates

Script will check updates every day, if new version will be released, script will update itself and download new docker/compose image

About

bash script to run always up-to-date docker-compose docker, without system deps

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages