Anthony Lapenna

Results 180 comments of Anthony Lapenna

+1 for that feature ! Would be much more easier to manage a repo with a tool using CRUD capabilities.

Thanks for the detailed explanation. I was exactly looking at the equivalent of curl's `--post301` option in a machine to machine HTTP communication context.

The weird thing is that this error seems to happen on Firefox only, works fine in Chrome.

From what I can see on the github repository, ngbp does not seems to be maintained anymore. https://github.com/ngbp/ngbp

@JuezFenix do you mind running the agent with debug enabled and share the logs? Add the `-e LOG_LEVEL=DEBUG` flag when running the agent as a container.

Sure, feel free to submit a PR.

Yes, the agent is not designed to run in host network mode. Any particular reason why you need to run it in this mode?

@andybrown668 the agent was originally created to enhance the Swarm experience and as such was designed to run inside an overlay network. You're correct about the container name and lookup...

@andybrown668 you're right, the cluster join process is only triggered during startup. There is no reconciliation process at the moment and that's maybe something that we could investigate.

Hey @taigrr, do you mind rebasing this PR? Thanks!