Install docker compose with command from labs Picture with error
Installing on another windows 11 machice
First, we need to pull docker-compose using cURL:
sudo curl -L
https://github.com/docker/compose/releases/download/1.27.4/docker-comp
ose-uname -s-uname -m -o /usr/local/bin/docker-compose
We need to change the permissions for docker-compose so we can execute it later:
sudo chmod +x /usr/local/bin/docker-compose
when I run chmod command error says directory /usr/local/bin/docker-compose does not exist.


Any help would be appreciated. Thanks Randy
Comments
-
Hi randymor,
From the error message you've posted, it seems either the docker-compose file did not download correctly or the directory /usr/local/bin does not exist.
Check if the directory exists: You can use the command ls /usr/local/bin to list all files in this directory. If the directory does not exist, you can create it using sudo mkdir -p /usr/local/bin.
Re-download docker-compose: If the directory exists, it's possible that the file did not download correctly. You can try to download it again using the same command. As a like before make sure you have the necessary SUDO permissions to download files into this directory.
Once you have successfully downloaded the docker-compose file, you should be able to make it executable using the chmod command. Let me know how it goes. Bobbi
0 -
Hi Bobbi, Thanks again. I have another error.
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.1 1.4.9version 2.2.1.1.4.9 does not exist. Am I losing my mind?
I took this class thinking this would be simple way to create a sample for them.Can I ask does Hyperledger offers a cloud version of this I can use to make a simple Fabric example of a farmer delivering the product to a distributor? Want 2 permission entities just the farmer and distributor.
I'm doing a volunteer project for NGO to just show them the possibilities of using a Hyperledger fabric chain that the data is immutable0 -
0 -
Hi,
From your screenshot, you do have an extra . in your command, that is not in the lab pdf; version 2.2.1.1.4.9. Should be version 2.2.1 1.4.9. Correct command is:
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.1 1.4.9
I hope this helps.
0 -
0 -
Thanks!
0 -
Hi everyone!
I tried to run the curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.1 1.4.9 command, but I am getting the following error:bash: line 1: syntax error near unexpected token
newline' bash: line 1:<!DOCTYPE html>'
(23) Failed writing bodyI am using the following Ubuntu version:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionicAny ideas about what could be happening and how to fix it? I am not being able to download Hyperledger Fabric images.
Thank you!
0 -
Hello everyone!
I have fixed the problem by updating the curl version in Ubuntu manually.Link to a tutorial that helped me to do it:
https://yannmjl.medium.com/how-to-manually-update-curl-on-ubuntu-server-899476062ad60 -
Great Job !
0
Categories
- All Categories
- 176 LFX Mentorship
- 176 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 3 Cloud & Containers Training
- 1 Cybersecurity Training
- 1 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 1 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 949 Programming and Development
- 310 Kernel Development
- 621 Software Development
- 982 Software
- 374 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)

