How to query Docker nameservers?how do I configure stunnel to serve httpsHow to dig from root to bottom?Bulk...
Music theory behind A chord in the key of G
Is declining an undergraduate award which causes me discomfort appropriate?
Is "Busen" just the area between the breasts?
Shooting someone's past self using special relativity
Can a rogue use Sneak Attack in a Darkness spell cast by another player?
I don't like coffee, neither beer. How to politely work my way around that in a business situation?
Does a vocal melody have any rhythmic responsibility to the underlying arrangement in pop music?
Do I have to explain the mechanical superiority of the player-character within the fiction of the game?
How do I farm creepers for XP without them exploding?
Why does Linux list NVMe drives as /dev/nvme0 instead of /dev/sda?
Loss of power when I remove item from the outlet
Hit the Bulls Eye with T in the Center
What can I do with a research project that is my university’s intellectual property?
Methodology: Writing unit tests for another developer
How do I handle a table mixing up the DM and the players' roles too often?
Is there a term for the belief that "if it's legal, it's moral"?
How did Gollum enter Moria?
Heavily limited premature compiler translates text into excecutable python code
Why are < or > required to use /dev/tcp
How do I professionally let my manager know I'll quit over an issue?
Android Material and appcompat Manifest merger failed in react-native or ExpoKit
Is a single radon daughter atom in air a solid?
Confusion over 220 and 230 volt outlets
Why didn't the Cardassians take Terok Nor (Deep Space 9) with them when withdrawing from Bajor?
How to query Docker nameservers?
how do I configure stunnel to serve httpsHow to dig from root to bottom?Bulk Reverse DNS query with DIGWhy is dig query time slower on one computer vs another in the same LAN?Is `dig ptr` a valid way to perform a reverse DNS query?How does root(DNS) server could answer about twitter.com?how to extract just the IP address from a DNS queryUsing Docker Webmin Guest to administer HostHow shall I understand the output of `dig`?Using socat, how to send to and receive from a public DNS server?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
When I try to update my Ubuntu 18.04,I encounter problems
Err:13 https://get.docker.com/ubuntu docker InRelease
403 Forbidden [IP: 143.204.15.85 443]
I was looking around and start using dig to query the docker namervers. Anyway with info I get I do not have a clue how to fix my problem.
dig @8.8.8.8 get.docker.com
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 get.docker.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4347
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;get.docker.com. IN A
;; ANSWER SECTION:
get.docker.com. 119 IN CNAME d3cxuo8f8w64ms.cloudfront.net.
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.94
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.26
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.20
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.98
;; Query time: 97 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:06:39 CEST 2019
;; MSG SIZE rcvd: 150
But only docker.com gives different output
dig @8.8.8.8 docker.com
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 docker.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57084
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;docker.com. IN A
;; ANSWER SECTION:
docker.com. 59 IN A 52.86.8.163
docker.com. 59 IN A 52.205.36.130
docker.com. 59 IN A 3.217.62.246
;; Query time: 62 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:06:42 CEST 2019
;; MSG SIZE rcvd: 87
And docs.dockers.com
dig @8.8.8.8 docs.docker.com/install/linux/docker-ce/ubuntu/
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 docs.docker.com/install/linux/docker-ce/ubuntu/
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3301
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;docs.docker.com/install/linux/docker-ce/ubuntu/. IN A
;; AUTHORITY SECTION:
. 86393 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2019061900 1800 900 604800 86400
;; Query time: 42 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:15:40 CEST 2019
;; MSG SIZE rcvd: 151
What should I do now? How to interpret dig output?
webserver dig
add a comment |
When I try to update my Ubuntu 18.04,I encounter problems
Err:13 https://get.docker.com/ubuntu docker InRelease
403 Forbidden [IP: 143.204.15.85 443]
I was looking around and start using dig to query the docker namervers. Anyway with info I get I do not have a clue how to fix my problem.
dig @8.8.8.8 get.docker.com
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 get.docker.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4347
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;get.docker.com. IN A
;; ANSWER SECTION:
get.docker.com. 119 IN CNAME d3cxuo8f8w64ms.cloudfront.net.
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.94
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.26
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.20
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.98
;; Query time: 97 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:06:39 CEST 2019
;; MSG SIZE rcvd: 150
But only docker.com gives different output
dig @8.8.8.8 docker.com
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 docker.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57084
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;docker.com. IN A
;; ANSWER SECTION:
docker.com. 59 IN A 52.86.8.163
docker.com. 59 IN A 52.205.36.130
docker.com. 59 IN A 3.217.62.246
;; Query time: 62 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:06:42 CEST 2019
;; MSG SIZE rcvd: 87
And docs.dockers.com
dig @8.8.8.8 docs.docker.com/install/linux/docker-ce/ubuntu/
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 docs.docker.com/install/linux/docker-ce/ubuntu/
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3301
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;docs.docker.com/install/linux/docker-ce/ubuntu/. IN A
;; AUTHORITY SECTION:
. 86393 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2019061900 1800 900 604800 86400
;; Query time: 42 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:15:40 CEST 2019
;; MSG SIZE rcvd: 151
What should I do now? How to interpret dig output?
webserver dig
add a comment |
When I try to update my Ubuntu 18.04,I encounter problems
Err:13 https://get.docker.com/ubuntu docker InRelease
403 Forbidden [IP: 143.204.15.85 443]
I was looking around and start using dig to query the docker namervers. Anyway with info I get I do not have a clue how to fix my problem.
dig @8.8.8.8 get.docker.com
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 get.docker.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4347
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;get.docker.com. IN A
;; ANSWER SECTION:
get.docker.com. 119 IN CNAME d3cxuo8f8w64ms.cloudfront.net.
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.94
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.26
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.20
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.98
;; Query time: 97 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:06:39 CEST 2019
;; MSG SIZE rcvd: 150
But only docker.com gives different output
dig @8.8.8.8 docker.com
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 docker.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57084
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;docker.com. IN A
;; ANSWER SECTION:
docker.com. 59 IN A 52.86.8.163
docker.com. 59 IN A 52.205.36.130
docker.com. 59 IN A 3.217.62.246
;; Query time: 62 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:06:42 CEST 2019
;; MSG SIZE rcvd: 87
And docs.dockers.com
dig @8.8.8.8 docs.docker.com/install/linux/docker-ce/ubuntu/
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 docs.docker.com/install/linux/docker-ce/ubuntu/
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3301
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;docs.docker.com/install/linux/docker-ce/ubuntu/. IN A
;; AUTHORITY SECTION:
. 86393 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2019061900 1800 900 604800 86400
;; Query time: 42 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:15:40 CEST 2019
;; MSG SIZE rcvd: 151
What should I do now? How to interpret dig output?
webserver dig
When I try to update my Ubuntu 18.04,I encounter problems
Err:13 https://get.docker.com/ubuntu docker InRelease
403 Forbidden [IP: 143.204.15.85 443]
I was looking around and start using dig to query the docker namervers. Anyway with info I get I do not have a clue how to fix my problem.
dig @8.8.8.8 get.docker.com
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 get.docker.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4347
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;get.docker.com. IN A
;; ANSWER SECTION:
get.docker.com. 119 IN CNAME d3cxuo8f8w64ms.cloudfront.net.
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.94
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.26
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.20
d3cxuo8f8w64ms.cloudfront.net. 59 IN A 143.204.214.98
;; Query time: 97 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:06:39 CEST 2019
;; MSG SIZE rcvd: 150
But only docker.com gives different output
dig @8.8.8.8 docker.com
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 docker.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57084
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;docker.com. IN A
;; ANSWER SECTION:
docker.com. 59 IN A 52.86.8.163
docker.com. 59 IN A 52.205.36.130
docker.com. 59 IN A 3.217.62.246
;; Query time: 62 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:06:42 CEST 2019
;; MSG SIZE rcvd: 87
And docs.dockers.com
dig @8.8.8.8 docs.docker.com/install/linux/docker-ce/ubuntu/
; <<>> DiG 9.11.3-1ubuntu1.7-Ubuntu <<>> @8.8.8.8 docs.docker.com/install/linux/docker-ce/ubuntu/
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3301
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;docs.docker.com/install/linux/docker-ce/ubuntu/. IN A
;; AUTHORITY SECTION:
. 86393 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2019061900 1800 900 604800 86400
;; Query time: 42 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 19 07:15:40 CEST 2019
;; MSG SIZE rcvd: 151
What should I do now? How to interpret dig output?
webserver dig
webserver dig
asked 15 mins ago
Richard RublevRichard Rublev
1043
1043
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f525765%2fhow-to-query-docker-nameservers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f525765%2fhow-to-query-docker-nameservers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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