Coder Social home page Coder Social logo

Comments (4)

kurtkopchik avatar kurtkopchik commented on June 23, 2024 1

Hi @Tillaert,

Thanks for reporting this issue! docker-compose down was not being used because this plugin was created before that command was available. In order to maintain compatibility with older versions and allow for some of the advanced debugging flags in the Plugin to continue to work such as composeRemoveContainersOnShutdown I'm attempting to stick with docker-compose stop for now. However, in the future I may switch over to using docker-compose down instead.

I have released a 1.0.21-SNAPSHOT version with PR #58 which should contain the functionality that you are looking for. It is similar to the PR you made except that it also prevents external networks from being removed, verifies that the network is in use before removing it, and also attempts to check for the default network.

Let me know if it works for you and I'll merge it into master.

resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.21-SNAPSHOT")

from sbt-docker-compose.

Tillaert avatar Tillaert commented on June 23, 2024

Quick question: Why is the plugin tyring to keep track of the running instances and stopping them? It seems that the plugin is reimplementing docker-compose functionality. Is it because the containers/networks should remain afterwards?

from sbt-docker-compose.

Tillaert avatar Tillaert commented on June 23, 2024

The current 1.0.21-SNAPSHOT indeed cleans up the networks 👍

from sbt-docker-compose.

kurtkopchik avatar kurtkopchik commented on June 23, 2024

Closing this issue out as there is now an official release that includes this update:

addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.21")

@Tillaert - Thanks again for your assistance.

from sbt-docker-compose.

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.