Skip to content

javanile/docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose

Requierments

Before start you must remove the legacy docker-compose command. For example found it with

which docker-compose

then use sudo rm -f {docker-compose-path} to remove it.

Than you must install the Docker Compose plugin with the following

sudo apt-get update
sudo apt-get install docker-compose-plugin

Install

Ubuntu

sudo curl -sL https://raw.githubusercontent.com/javanile/docker-compose/main/docker-compose -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published