About 343,000 results
Open links in new tab
  1. Why is Docker installed but not Docker Compose?

    Instead of using this, find the correct package which you need to install to get access to the new Version 2 (Go) CLI. On apt based systems this is probably docker-compose-v2. Note that …

  2. docker-compose command not available for mac - Stack Overflow

    Apr 2, 2020 · This following steps worked for me: Install Docker Desktop as recommended. Run Docker Desktop. Go to Settings > Advanced Settings Check how Docker's CLI tools are …

  3. Installing 'docker compose' plug-in or stand-alone on 'Mac apple ...

    May 31, 2024 · Do the official Docker Install the plugin manually instructions work for you? In particular, the GitHub Compose releases seem to include docker-compose-darwin-aarch64 …

  4. sudo apt-get install docker-compose-plugin fails on jammy

    The Ubuntu machine contains the latest upgrades, but unable to install docker-compose-plugin sudo apt-get install docker-compose-plugin Reading package lists...

  5. How to install packages in Airflow (docker-compose)?

    Jun 8, 2021 · Got the answer at airflow GitHub discussions. The only way now to install extra python packages to build your own image. I will try to explain this solution in more details Step …

  6. npm - Install node_modules inside Docker container and …

    Jun 29, 2018 · I have the problem with installing node_modules inside the Docker container and synchronize them with the host. My Docker's version is 18.03.1-ce, build 9ee9f40 and Docker …

  7. How to install docker-compose on Windows - Stack Overflow

    The easiest way to install Docker Compose (and Docker) on Windows, is to use the chocolatey (a package manager for Windows) package docker-compose, which should be installed after the …

  8. Docker-compose: node_modules not present in a volume after …

    May 5, 2015 · This happens because you have added your worker directory as a volume to your docker-compose.yml, as the volume is not mounted during the build. When docker builds the …

  9. Install docker compose v2 on aws linux 2 - Stack Overflow

    Oct 2, 2023 · I have docker installed on my r5.2xlarge running aws linux 2. I'm trying to install docker compose v2 to no avail. Following the docker linux instructions: Set up the respository …

  10. How to execute podman-compose from a windows command line?

    Jun 9, 2023 · I have replaced "Docker Desktop for Windows" with Podman and Podman Desktop. I also installed podman-compose. podman and podman-compose run fine on the WSL …