Docker gui overlay - linking containers support

  • Hello,


    <skip paragraph>
    I've recently been trying to stretch my docker skills a little bit and have everything on my machine run via gui. Use case is to make it a little bit idiot-proof so that I could give emergency access it to "lessThanEnough" skilled personel to allow them to restart/stop service without even knowing what docker really is.


    <body>
    I have problems with running linked containers in docker GUI overlay. It seems that there's no support for that as a field (only found someone mention it as an "extra arg" field). I've also found this semi-ancient ticket
    https://github.com/OpenMediaVa…vault-docker-gui/issues/5
    has this gone anywhere in newer versions or is it still open? If so, does anyone know what is to be done there (and perhaps some guidance)


    Is anyone familiar with that extra args method? Do I just add "--link db -d rocket.chat" and (boom) I'm done?

    Einmal editiert, zuletzt von KimDzongAxel () aus folgendem Grund: Additional content and deletion of stupid sentence.

  • I just want to run docker'ed rocket.chat which requires it, and I don't really have any idea on how to change it to something more modern.


    Here is docker page with full instructions:
    https://hub.docker.com/_/rocket-chat


    and here is relevant part:


    First, start an instance of mongo:
    $ docker run --name db -d mongo:3.0 --smallfiles
    Then start Rocket.Chat linked to this mongo instance:
    $ docker run --name rocketchat --link db -d rocket.chat

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!