Coder Social home page Coder Social logo

Comments (3)

mariotoffia avatar mariotoffia commented on June 19, 2024 2

Hi @enrico23 and thanks for the bug report. I do not have access to an azure environment. Have you tried to enable logging and see what commands being emitted and tried them manually. If not, please do and add the commands and which of them were erroneous (if any)?

Cheers,
Mario :)

from fluentdocker.

enrico23 avatar enrico23 commented on June 19, 2024

Hi @mariotoffia.
Thanks for looking into it.

I found the issue!

I added the "project name" for the Docker Compose file to determine how it was displayed by Docker Desktop.

version: "3.8"
name: "sqltest1" ########### this line caused the issue ######
services:
    sql-server-db:
        hostname: sqltest1
        container_name: sqltest1-container
        image: mssqltest1
        build:
           context: mssql
           dockerfile: Dockerfile
        ports:
           - "1433:1433"
        environment:
          ACCEPT_EULA: Y
          SA_PASSWORD: ****
          MSSQL_PORT:  1433
          MSSQL_DB: ******
          MSSQL_USER: ******
          MSSQL_PASSWORD: ******
        volumes:
        - ./database/msqqldata:/var/opt/mssql/data
        networks:
        - servicetest1-network
networks:
  servicetest1-network:
    driver: bridge

from fluentdocker.

theodinspire avatar theodinspire commented on June 19, 2024

We're running into a similar item in our Ubuntu build environment. The environment has Docker Compose versions v1 1.29.2 and v2 2.23.3. It looks like docker-compose which is what FluentDocker uses points to v1, but our compose file is set up for v2.

We're currently adding a build step that aliases docker-compose to docker compose

from fluentdocker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.