What is the extra container with “lb-” prefix in docker swarm network? How to set up docker network not...











up vote
0
down vote

favorite












Docker network is created in a docker swarm, which contains several nodes, with this command:



docker network create --attachable --driver overlay [network-name]


And containers are attached to the network with "docker service create" command.



There is extra container with the name "lb-[network-name]" appeared after in the network.
What is that container and how to configure docker network not to have that?










share|improve this question






















  • It's a load balancer.
    – Ricardo Branco
    Nov 8 at 11:59










  • Ya. I can guess from the name but I couldn't find source that confirms it in details or on how to remove. Probably related to endpoint mode settings.
    – n_y
    Nov 8 at 12:30















up vote
0
down vote

favorite












Docker network is created in a docker swarm, which contains several nodes, with this command:



docker network create --attachable --driver overlay [network-name]


And containers are attached to the network with "docker service create" command.



There is extra container with the name "lb-[network-name]" appeared after in the network.
What is that container and how to configure docker network not to have that?










share|improve this question






















  • It's a load balancer.
    – Ricardo Branco
    Nov 8 at 11:59










  • Ya. I can guess from the name but I couldn't find source that confirms it in details or on how to remove. Probably related to endpoint mode settings.
    – n_y
    Nov 8 at 12:30













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Docker network is created in a docker swarm, which contains several nodes, with this command:



docker network create --attachable --driver overlay [network-name]


And containers are attached to the network with "docker service create" command.



There is extra container with the name "lb-[network-name]" appeared after in the network.
What is that container and how to configure docker network not to have that?










share|improve this question













Docker network is created in a docker swarm, which contains several nodes, with this command:



docker network create --attachable --driver overlay [network-name]


And containers are attached to the network with "docker service create" command.



There is extra container with the name "lb-[network-name]" appeared after in the network.
What is that container and how to configure docker network not to have that?







docker docker-swarm docker-network






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 8 at 11:49









n_y

4591515




4591515












  • It's a load balancer.
    – Ricardo Branco
    Nov 8 at 11:59










  • Ya. I can guess from the name but I couldn't find source that confirms it in details or on how to remove. Probably related to endpoint mode settings.
    – n_y
    Nov 8 at 12:30


















  • It's a load balancer.
    – Ricardo Branco
    Nov 8 at 11:59










  • Ya. I can guess from the name but I couldn't find source that confirms it in details or on how to remove. Probably related to endpoint mode settings.
    – n_y
    Nov 8 at 12:30
















It's a load balancer.
– Ricardo Branco
Nov 8 at 11:59




It's a load balancer.
– Ricardo Branco
Nov 8 at 11:59












Ya. I can guess from the name but I couldn't find source that confirms it in details or on how to remove. Probably related to endpoint mode settings.
– n_y
Nov 8 at 12:30




Ya. I can guess from the name but I couldn't find source that confirms it in details or on how to remove. Probably related to endpoint mode settings.
– n_y
Nov 8 at 12:30

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53207149%2fwhat-is-the-extra-container-with-lb-prefix-in-docker-swarm-network-how-to-se%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53207149%2fwhat-is-the-extra-container-with-lb-prefix-in-docker-swarm-network-how-to-se%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Guess what letter conforming each word

Port of Spain

Run scheduled task as local user group (not BUILTIN)