You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Run curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh
Call on docker compose
Describe the results you received:
sh-4.2$ curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Running checks...
100 5982 100 5982 0 0 81902 0 --:--:-- --:--:-- --:--:-- 83083
Warning: This script has been tested on Ubuntu and may not work on other distributions
Checks passed!
Downloading CLI...
Downloaded CLI!
Installing CLI...
Done!
sh-4.2$ docker compose
docker: 'compose' is not a docker command.
See 'docker --help'
sh-4.2$ docker-compose
sh: docker-compose: command not found
sh-4.2$ exec $SHELL
$ docker-compose
bash: docker-compose: command not found
$ docker compose
docker: 'compose' is not a docker command.
See 'docker --help'
$ which docker
/usr/local/bin/docker
$
Describe the results you expected:
Docker compose should exist
Additional information you deem important (e.g. issue happens only occasionally):
Output of docker version:
Docker version 20.10.13, build a224086
Output of docker context show:
You can also run docker context inspect context-name to give us more details but don't forget to remove sensitive content.
The text was updated successfully, but these errors were encountered:
ketozhang
changed the title
Successfully installed in Amazon ECS-optimized AMI, but docker compose does not exist
Docker compose does not exist after successful install via script in Amazon ECS-optimized AMI
Nov 3, 2022
Description
Steps to reproduce the issue:
curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh
docker compose
Describe the results you received:
Describe the results you expected:
Docker compose should exist
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker context show
:You can also run
docker context inspect context-name
to give us more details but don't forget to remove sensitive content.Output of
docker info
:The text was updated successfully, but these errors were encountered: