Posts by William Borgo • 145 points
5 posts
-
0
votes1
answer161
viewsA: Docker Registry local error: No such image: localhost:5000
I managed to solve. Solution: The daemon.json file should also be configured in the Workers and not only in the manager. I also changed the name of the localhost image:5000 to 10.0.0.77:5000…
dockeranswered William Borgo 145 -
4
votes1
answer161
viewsQ: Docker Registry local error: No such image: localhost:5000
Good morning to all, I’ve had a problem for two days that I haven’t been able to solve. I built an environment with 3 machines, with Docker swarm, one machine manager and two nodes. The problem,…
dockerasked William Borgo 145 -
0
votes1
answer72
viewsQ: Retrieve Bearer Token using a Clientid and Clientsecret
Good morning, I need to make a call on an API, I own Clientid and Clientsecret, but from what I understand, I can make the calls using "Authorization bearer". My question is how I can transform the…
-
0
votes1
answer186
viewsA: empty input value in forms with auto complete
I ended up discovering that it really is a Chrome BUG. In firefox, when the page is loaded, it calls the Change event for both the email field and password. In Chrome, it only calls the Change event…
-
0
votes1
answer186
viewsQ: empty input value in forms with auto complete
I’m having a problem that’s keeping me awake, it’s a little bug, I think, that’s complicated both to debug and to explain. I have a login form on a page html of my system, and a code on jquery that…