Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker-compose command not found ubuntu 18.04

sudo curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
 sudo docker-compose version
Comment

docker-compose: line 1: Not: command not found apt get

# Add a "v" before the version when downloading docker-compose, 
# replace 2.2.3 with your required verison number

sudo curl -L "https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Comment

PREVIOUS NEXT
Code Example
Shell :: install spacemacs 
Shell :: git publish git branch 
Shell :: chocolatey local installed 
Shell :: grep if 
Shell :: git delete commit 
Shell :: use file connect ssh 
Shell :: git squash commits 
Shell :: kubectl port-forward 
Shell :: how to run git bash from powershell 
Shell :: terminal delete directory 
Shell :: open folder from terminal windows 
Shell :: CocoaPods could not find compatible versions for pod "razorpay_flutter" when running pod install 
Shell :: Wine Mono is not installed 
Shell :: bash get path of command 
Shell :: install ubuntu on wsl 
Shell :: composer install via cmd 
Shell :: how to run a command async in ubuntu 
Shell :: svelte typescript 
Shell :: django upgrade 
Shell :: rename folder shortcut 
Shell :: umask linux 
Shell :: sed up to first match 
Shell :: apt-get search package 
Shell :: git reset soft 
Shell :: immutable byte 
Shell :: pushing an existing repository from the command line 
Shell :: cache clear env prod symfony 3.4 
Shell :: windows to linux ssh without password 
Shell :: crictl image prune 
Shell :: mac send email attachment command line 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =