mark340
착하게살자
mark340
전체 방문자
오늘
어제
  • 분류 전체보기 (98)
    • 백준 (11)
    • 알고리즘 (1)
    • Javascript (17)
    • CS (18)
    • 기타 (9)
    • AI (1)
    • Angular (2)
    • Linux (14)

블로그 메뉴

  • 홈
  • 태그
  • 방명록

공지사항

인기 글

태그

  • Closure
  • oauth
  • JavaScript
  • parsing
  • MySQL

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
mark340

착하게살자

Linux

How to Run Multi-Container Applications with Docker Compose (Docker Compose Install)

2023. 8. 30. 10:32

Installation

Docker Compose relies on Docker Engine. So before installing it make sure you have Docker Engine installed on your system.

On desktop systems like Docker Desktop for Mac and Windows, Docker Compose is included as part of those desktop installs. You don’t need to install it manually.

On Linux systems, you’ll need to

  1. Install Docker Engine
  2. Run the following command to download the current stable release of Docker Compose
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

3. Apply executable permissions to the binary:

sudo chmod +x /usr/local/bin/docker-compose

Now test the installation using the following command

docker-compose --version
저작자표시 (새창열림)

'Linux' 카테고리의 다른 글

git config setting / store credential  (0) 2023.09.23
[Linux] 비밀번호 없이 SSH 원격 접속하기 (PEM Key 생성)  (0) 2023.08.29
Linux - df, du 명령어 정리 (파일, 디스크 용량 확인)  (0) 2023.08.29
macOS: 맥에서 SSH 키 생성하고 사용하기  (0) 2023.08.13
S3 CORS 헤더 관련 이슈 해결방법 (html2canvas, lottie)  (0) 2023.07.24
    'Linux' 카테고리의 다른 글
    • git config setting / store credential
    • [Linux] 비밀번호 없이 SSH 원격 접속하기 (PEM Key 생성)
    • Linux - df, du 명령어 정리 (파일, 디스크 용량 확인)
    • macOS: 맥에서 SSH 키 생성하고 사용하기
    mark340
    mark340
    착하게삽시다

    티스토리툴바