dns - Unable to resolve domain names inside docker container - Stack Overflow (https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png?v=c78bd457575a) (Stack Overflow) (https://stackoverflow.com/opensearch.xml) (https://stackoverflow.com/questions/48477570/unable-to-resolve-domain-names-inside-docker-container) (Feed for question 'Unable to resolve domain names inside docker container') (https://stackoverflow.com/feeds/question/48477570) (site logo) By clicking “Sign up”, you agree to our (https://stackoverflow.com/legal/terms-of-service/public) terms of service and acknowledge you have read our (https://stackoverflow.com/legal/privacy-policy) privacy policy . Sign up with Google Sign up with GitHub OR Email Password (8+ characters (at least 1 letter & 1 number)) Sign up Already have an account? (https://stackoverflow.com/users/login) Log in Skip to main content (https://stackoverflow.com/) Stack Overflow (https://stackoverflow.co/) About Products (https://stackoverflow.co/teams/) For Teams (Search…) (Click to show search) (https://stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f48477570%2funable-to-resolve-domain-names-inside-docker-container) Log in (https://stackoverflow.com/users/signup?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f48477570%2funable-to-resolve-domain-names-inside-docker-container) Sign up Let's set up your homepage Select a few topics you're interested in: python javascript c# reactjs java android html flutter c++ node.js typescript css r php angular next.js spring-boot machine-learning sql excel ios azure docker Or search from our full list: (Search) Next You’ll be prompted to create an account to view your personalized homepage. (https://stackoverflow.com/) Home (https://stackoverflow.com/questions) Questions (https://stackoverflow.ai/) AI Assist Labs (https://stackoverflow.com/tags) Tags (https://stackoverflow.com/beta/challenges) Challenges (https://chat.stackoverflow.com/rooms/259507/stack-overflow-lobby) Chat (https://stackoverflow.blog/contributed?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=so-blog&utm_content=experiment-articles) Articles (https://stackoverflow.com/users) Users (https://stackoverflow.com/jobs?source=so-left-nav) Jobs (https://stackoverflow.com/jobs/companies?so_medium=stackoverflow&so_source=SiteNav) Companies Collectives Communities for your favorite technologies. (https://stackoverflow.com/collectives-all) Explore all Collectives Teams Ask questions, find answers and collaborate at work with Stack Overflow for Teams. (https://stackoverflowteams.com/teams/create/free/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=side-bar&utm_content=explore-teams) Try Teams for free (https://stackoverflow.co/teams/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=side-bar&utm_content=explore-teams) Explore Teams (Illustration of upvote icon after it is clicked) Hang on, you can't upvote just yet. You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. (https://stackoverflow.com/help/whats-reputation) What's reputation and how do I get it? Instead, you can save this post to reference later. Save this post for later Not now (Illustration of upvote icon after it is clicked) Thanks for your vote! You now have 5 free votes weekly. Free votescount toward the total vote score does not give reputation to the author Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges, (https://stackoverflow.com/help/whats-reputation) earn reputation . Got it! Go to help center to learn more (https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png?v=c78bd457575a) (https://stackoverflow.com/questions/48477570/unable-to-resolve-domain-names-inside-docker-container) Unable to resolve domain names inside docker container (https://stackoverflow.com/questions/ask) Ask Question (2018-01-27 15:56:57Z) Asked 7 years, 8 months ago Modified (https://stackoverflow.com/questions/48477570/unable-to-resolve-domain-names-inside-docker-container?lastactivity) (2022-08-22 08:31:22Z) 3 years, 1 month ago (Viewed 25,553 times) Viewed 26k times This question shows research effort; it is useful and clear 20 (This question does not show any research effort; it is unclear or not useful) Save this question. (https://stackoverflow.com/posts/48477570/timeline) Show activity on this post. I'm runing a linux VM in virtualbox on my windows PC. I installed docker in the VM. Then I started an alpine container using docker run -it alpine . In this container, I can ping external IPs successfully. But when I tried to ping domain names, e.g. google.com, it always return ping: bad address 'google.com' . If I do nslookup google.com , it will tell me can't resolve 'google.com' . But all these operations can be done successfully in the VM (outside of the container). In the /etc/resolv.conf of the container are the Google DNS server, 8.8.8.8 and 8.8.4.4 . While for the VM it's 127.0.1.1 . Anyone know the similiar issue? (https://stackoverflow.com/questions/tagged/docker) (show questions tagged 'docker') docker (https://stackoverflow.com/questions/tagged/dns) (show questions tagged 'dns') dns (https://stackoverflow.com/questions/tagged/containers) (show questions tagged 'containers') containers (https://stackoverflow.com/q/48477570) (Short permalink to this question) Share (https://stackoverflow.com/posts/48477570/edit) Improve this question Follow Follow this question to receive notifications (https://stackoverflow.com/posts/48477570/revisions) (show all edits to this post) edited (2020-08-20 13:48:24Z) Aug 20, 2020 at 13:48 (https://stackoverflow.com/users/9586997/aryanveer) (aryanveer's user avatar) (https://stackoverflow.com/users/9586997/aryanveer) aryanveer (reputation score) 666 (1 gold badge) 1 1 gold badge (6 silver badges) 6 6 silver badges (17 bronze badges) 17 17 bronze badges asked (2018-01-27 15:56:57Z) Jan 27, 2018 at 15:56 (https://stackoverflow.com/users/1576177/user1576177) (user1576177's user avatar) (https://stackoverflow.com/users/1576177/user1576177) user1576177 user1576177 (reputation score) 201 (1 gold badge) 1 1 gold badge (2 silver badges) 2 2 silver badges (5 bronze badges) 5 5 bronze badges 1 sudo service docker restart worked for me. AATHITH RAJENDRAN – (https://stackoverflow.com/users/8123139/aathith-rajendran) (5,506 reputation) AATHITH RAJENDRAN 2021-08-09 07:20:12 +00:00 Commented (2021-08-09 07:20:12Z, License: CC BY-SA 4.0) Aug 9, 2021 at 7:20 (Use comments to ask for more information or suggest improvements. Avoid answering questions in comments.) Add a comment | (Expand to show all comments on this post) 6 Answers 6 Sorted by: (https://stackoverflow.com/questions/48477570/unable-to-resolve-domain-names-inside-docker-container?answertab=scoredesc#tab-top) Reset to default (scoredesc) Highest score (default) (trending) Trending (recent votes count more) (modifieddesc) Date modified (newest first) (createdasc) Date created (oldest first) This answer is useful 6 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/67431196/timeline) Show activity on this post. This (relatively) old issue is because of a buggy implementation of musl DNS library, as laid out in (https://github.com/gliderlabs/docker-alpine/issues/539#issuecomment-774615834) a comment of gliderlabs/docker-alpine #539 . $ docker run -it --rm alpine:3.4 nslookup google.com nslookup: can't resolve '(null)': Name does not resolve Name: google.com Address 1: 216.58.200.46 tsa01s08-in-f46.1e100.net Address 2: 2404:6800:4012:1::200e tsa03s06-in-x0e.1e100.net Where in newer versions of alpine, this seems to be fixed because alpine version >= 3.11.3 uses an internal implementation of DNS resolution instead of musl's one. $ docker run -it alpine nslookup google.com Server: 192.168.65.1 Address: 192.168.65.1:53 Non-authoritative answer: Name: google.com Address: 2404:6800:4012:1::200e Non-authoritative answer: Name: google.com Address: 172.217.160.110 (https://stackoverflow.com/a/67431196) (Short permalink to this answer) Share (https://stackoverflow.com/posts/67431196/edit) Improve this answer Follow Follow this answer to receive notifications answered (2021-05-07 08:08:29Z) May 7, 2021 at 8:08 (https://stackoverflow.com/users/2465955/birkhoff) (birkhoff's user avatar) (https://stackoverflow.com/users/2465955/birkhoff) birkhoff birkhoff (reputation score) 900 (12 silver badges) 12 12 silver badges (22 bronze badges) 22 22 bronze badges Sign up to request clarification or add additional context in comments. Comments Add a comment This answer is useful 4 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/65235161/timeline) Show activity on this post. Try adding { "dns": ["8.8.8.8", "8.8.4.4"] } in /etc/docker/daemon.json . (https://stackoverflow.com/a/65235161) (Short permalink to this answer) Share (https://stackoverflow.com/posts/65235161/edit) Improve this answer Follow Follow this answer to receive notifications answered (2020-12-10 13:08:42Z) Dec 10, 2020 at 13:08 (https://stackoverflow.com/users/12361576/cvitaa11) (cvitaa11's user avatar) (https://stackoverflow.com/users/12361576/cvitaa11) cvitaa11 cvitaa11 (reputation score) 127 (4 bronze badges) 4 4 bronze badges 1 Comment Add a comment (https://stackoverflow.com/users/1183404/cristian-florescu) Cristian Florescu (https://stackoverflow.com/users/1183404/cristian-florescu) Cristian Florescu (2022-02-23T14:45:06.3Z) Over a year ago (Edited 1 time) Order is very important. Internal dns shoud be in front of externals dns addresses 2022-02-23T14:45:06.3Z+00:00 1 Reply This answer is useful 1 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/67195252/timeline) Show activity on this post. I have a similar issue when running under a VM. You can just put the DNS server(s) in the docker run command. docker run -it --dns 8.8.8.8 --dns 8.8.4.4 alpine (https://stackoverflow.com/a/67195252) (Short permalink to this answer) Share (https://stackoverflow.com/posts/67195252/edit) Improve this answer Follow Follow this answer to receive notifications answered (2021-04-21 11:46:02Z) Apr 21, 2021 at 11:46 (https://stackoverflow.com/users/1236877/michael) (Michael's user avatar) (https://stackoverflow.com/users/1236877/michael) Michael Michael (reputation score) 9,038 (3 gold badges) 3 3 gold badges (31 silver badges) 31 31 silver badges (42 bronze badges) 42 42 bronze badges Comments Add a comment This answer is useful 0 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/67147001/timeline) Show activity on this post. Depends on which network you work. In the default network, a container inherits the DNS settings of the host, as defined in the /etc/resolv.conf configuration file when you use a custom network, then Docker’s embedded DNS server will be used, which forwards external DNS lookups to the DNS servers configured on the host. In both cases, you should not edit /etc/resolv.conf of your container . It's done by Docker. (https://stackoverflow.com/a/67147001) (Short permalink to this answer) Share (https://stackoverflow.com/posts/67147001/edit) Improve this answer Follow Follow this answer to receive notifications answered (2021-04-18 09:23:08Z) Apr 18, 2021 at 9:23 (https://stackoverflow.com/users/504913/aholbreich) (aholbreich's user avatar) (https://stackoverflow.com/users/504913/aholbreich) aholbreich aholbreich (reputation score) 5,099 (2 gold badges) 2 2 gold badges (25 silver badges) 25 25 silver badges (40 bronze badges) 40 40 bronze badges Comments Add a comment This answer is useful 0 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/69724198/timeline) Show activity on this post. I removed dns configuration from docker engine and it resolved my issue. Docker Desktop (Mac) > Docker Engine > remove dns part of json and restart docker. You can also edit same file from: ~/.docker/daemon.json (https://stackoverflow.com/a/69724198) (Short permalink to this answer) Share (https://stackoverflow.com/posts/69724198/edit) Improve this answer Follow Follow this answer to receive notifications (https://stackoverflow.com/posts/69724198/revisions) (show all edits to this post) edited (2021-10-26 13:45:03Z) Oct 26, 2021 at 13:45 answered (2021-10-26 13:39:43Z) Oct 26, 2021 at 13:39 (https://stackoverflow.com/users/818949/g%c3%bcrcan-kavak%c3%a7%c4%b1) (Gürcan Kavakçı's user avatar) (https://stackoverflow.com/users/818949/g%c3%bcrcan-kavak%c3%a7%c4%b1) Gürcan Kavakçı Gürcan Kavakçı (reputation score) 610 (1 gold badge) 1 1 gold badge (13 silver badges) 13 13 silver badges (27 bronze badges) 27 27 bronze badges Comments Add a comment This answer is useful 0 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/73146947/timeline) Show activity on this post. One of the reasons is no network at all in the container: # docker run alpine:3.15 ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes ^C --- 8.8.8.8 ping statistics --- 11 packets transmitted, 0 packets received, 100% packet loss (https://stackoverflow.com/a/73146947) (Short permalink to this answer) Share (https://stackoverflow.com/posts/73146947/edit) Improve this answer Follow Follow this answer to receive notifications (https://stackoverflow.com/posts/73146947/revisions) (show all edits to this post) edited (2022-08-22 08:31:22Z) Aug 22, 2022 at 8:31 (https://stackoverflow.com/users/-1/community) (Community's user avatar) (https://stackoverflow.com/users/-1/community) Community (Community Bot — not a real person. Replies to this bot are not monitored.) Bot (reputation score) 1 (1 silver badge) 1 1 silver badge answered (2022-07-28 03:32:06Z) Jul 28, 2022 at 3:32 (https://stackoverflow.com/users/1592008/oleg-neumyvakin) (Oleg Neumyvakin's user avatar) (https://stackoverflow.com/users/1592008/oleg-neumyvakin) Oleg Neumyvakin Oleg Neumyvakin (reputation score 10,372) 10.4k (5 gold badges) 5 5 gold badges (63 silver badges) 63 63 silver badges (67 bronze badges) 67 67 bronze badges Comments Add a comment Your Answer Draft saved Draft discarded Sign up or (https://stackoverflow.com/users/login?ssrc=question_page&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f48477570%2funable-to-resolve-domain-names-inside-docker-container%23new-answer) log in Sign up using Google Sign up using Email and Password Submit Post as a guest Name Email Required, but never shown Post as a guest Name () () Email Required, but never shown () () Post Your Answer Discard By clicking “Post Your Answer”, you agree to our (https://stackoverflow.com/legal/terms-of-service/public) terms of service and acknowledge you have read our (https://stackoverflow.com/legal/privacy-policy) privacy policy . Start asking to get answers Find the answer to your question by asking. (https://stackoverflow.com/questions/ask) Ask question Explore related questions (https://stackoverflow.com/questions/tagged/docker) (show questions tagged 'docker') docker (https://stackoverflow.com/questions/tagged/dns) (show questions tagged 'dns') dns (https://stackoverflow.com/questions/tagged/containers) (show questions tagged 'containers') containers See similar questions with these tags. The Overflow Blog (https://stackoverflow.blog/2025/10/07/context-is-king-for-secure-ai-generated-code/?cb=1) Context is king for secure, AI-generated code (https://stackoverflow.blog/2025/10/08/a-new-look-for-comments/?cb=1) A new look for comments Featured on Meta (Meta Stack Exchange) (https://meta.stackexchange.com/questions/412987/please-welcome-v2blast-back-to-the-community-team?cb=1) Please welcome V2Blast back to the Community Team! (Meta Stack Exchange) (https://meta.stackexchange.com/questions/412992/a-first-look-stack-overflow-redesign?cb=1) A First Look: Stack Overflow Redesign (Meta Stack Overflow) (https://meta.stackoverflow.com/questions/421831/policy-generative-ai-e-g-chatgpt-is-banned?cb=1) Policy: Generative AI (e.g., ChatGPT) is banned (Meta Stack Overflow) (https://meta.stackoverflow.com/questions/435121/exploring-new-types-of-questions-on-stack-overflow?cb=1) Exploring new types of questions on Stack Overflow Linked (https://stackoverflow.com/questions/66115118/wget-unable-to-resolve-host-address-github-com-inside-alpine-docker-image?lq=1) (Question score (upvotes - downvotes)) 2 (https://stackoverflow.com/questions/66115118/wget-unable-to-resolve-host-address-github-com-inside-alpine-docker-image?noredirect=1&lq=1) wget: unable to resolve host address 'github.com' inside alpine docker image Related (https://stackoverflow.com/questions/28102728/docker-dns-error?rq=3) (Question score (upvotes - downvotes)) 2 (https://stackoverflow.com/questions/28102728/docker-dns-error?rq=3) Docker DNS Error (https://stackoverflow.com/questions/29266560/docker-container-can-reach-dns-but-not-resolve-hosts?rq=3) (Question score (upvotes - downvotes)) 19 (https://stackoverflow.com/questions/29266560/docker-container-can-reach-dns-but-not-resolve-hosts?rq=3) Docker container can reach DNS but not resolve hosts (https://stackoverflow.com/questions/36358331/docker-setting-up-dns-for-containers?rq=3) (Question score (upvotes - downvotes)) 4 (https://stackoverflow.com/questions/36358331/docker-setting-up-dns-for-containers?rq=3) Docker: Setting up dns for containers (https://stackoverflow.com/questions/36934572/docker-container-cannot-resolve-hosts?rq=3) (Question score (upvotes - downvotes)) 37 (https://stackoverflow.com/questions/36934572/docker-container-cannot-resolve-hosts?rq=3) Docker container cannot resolve hosts (https://stackoverflow.com/questions/42265346/dns-resolution-with-the-container?rq=3) (Question score (upvotes - downvotes)) 2 (https://stackoverflow.com/questions/42265346/dns-resolution-with-the-container?rq=3) DNS resolution with the container (https://stackoverflow.com/questions/42547619/docker-container-cant-resolve-dns-to-reach-another-aws-ec2-machine?rq=3) (Question score (upvotes - downvotes)) 5 (https://stackoverflow.com/questions/42547619/docker-container-cant-resolve-dns-to-reach-another-aws-ec2-machine?rq=3) Docker container can't resolve DNS to reach another AWS Ec2 Machine (https://stackoverflow.com/questions/43907206/docker-container-dns-resolution?rq=3) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/43907206/docker-container-dns-resolution?rq=3) Docker Container DNS resolution (https://stackoverflow.com/questions/44460234/dns-settings-dont-work-in-docker-ce?rq=3) (Question score (upvotes - downvotes)) 2 (https://stackoverflow.com/questions/44460234/dns-settings-dont-work-in-docker-ce?rq=3) DNS settings don't work in Docker CE (https://stackoverflow.com/questions/50483639/docker-container-dns-resolve-url?rq=3) (Question score (upvotes - downvotes)) 1 (https://stackoverflow.com/questions/50483639/docker-container-dns-resolve-url?rq=3) Docker container DNS - Resolve URL (https://stackoverflow.com/questions/53184588/docker-container-not-use-host-dns?rq=3) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/53184588/docker-container-not-use-host-dns?rq=3) Docker Container not use host DNS (https://stackexchange.com/questions?tab=hot) Hot Network Questions (Philosophy Stack Exchange) (https://philosophy.stackexchange.com/questions/131020/what-are-the-epistemological-differences-between-scientific-and-religious-approa) What are the epistemological differences between scientific and religious approaches to knowledge? (Mathematics Stack Exchange) (https://math.stackexchange.com/questions/5100533/how-can-the-inner-product-space-also-be-a-vector-space) How can the inner product space also be a vector space? (Unix & Linux Stack Exchange) (https://unix.stackexchange.com/questions/800287/how-can-i-find-common-prefixes-in-file-names-to-group-them) How can I find common prefixes in file names to group them? (Worldbuilding Stack Exchange) (https://worldbuilding.stackexchange.com/questions/269347/could-this-application-of-an-oneill-cylinder-work) Could this application of an O'Neill cylinder work? (Mathematics Stack Exchange) (https://math.stackexchange.com/questions/5100409/taylor-series-of-a-finite-degree-polynomial) Taylor Series of a finite degree polynomial (Mathematica Stack Exchange) (https://mathematica.stackexchange.com/questions/315627/plotting-contours-of-signed-distance-function-slow-and-returning-maxnord-error) Plotting contours of signed distance function slow and returning Max::nord error (Physics Stack Exchange) (https://physics.stackexchange.com/questions/860413/why-1st-law-of-thermodynamics-is-applied-to-cosmological-expansion) Why 1st law of thermodynamics is applied to cosmological expansion (TeX - LaTeX Stack Exchange) (https://tex.stackexchange.com/questions/752181/why-definition-of-settb-was-changed-in-plain-tex) Why definition of \sett@b was changed in plain.tex? (Politics Stack Exchange) (https://politics.stackexchange.com/questions/93700/has-there-been-any-significant-change-to-doge-or-has-it-simply-faded-out-of-pro) Has there been any significant change to DOGE, or has it simply faded out of prominence? (English Language Learners Stack Exchange) (https://ell.stackexchange.com/questions/368721/importance-of-so-in-connecting-the-sentences) Importance of so in connecting the sentences (Geographic Information Systems Stack Exchange) (https://gis.stackexchange.com/questions/495645/what-is-the-required-geojson-data-to-import-into-caltopo) What is the required GeoJSON data to import into Caltopo? (Movies & TV Stack Exchange) (https://movies.stackexchange.com/questions/128556/historical-drama-set-in-the-middle-ages-in-western-europe) Historical drama set in the Middle-Ages in Western Europe (TeX - LaTeX Stack Exchange) (https://tex.stackexchange.com/questions/752177/latex-for-lowercase-h-with-a-rounded-bottom) LaTeX for lowercase h with a rounded bottom (Chinese Language Stack Exchange) (https://chinese.stackexchange.com/questions/61617/why-not-use-%e4%b8%8a-in-%e8%b7%aa%e5%9c%a8%e5%9c%b0%e4%b8%8b) Why not use 上 in 跪在地下 (Motor Vehicle Maintenance & Repair Stack Exchange) (https://mechanics.stackexchange.com/questions/99568/does-car-wax-paste-contain-any-abrasive-polishing-components-as-i-am-seeking-a) Does car Wax paste contain any abrasive polishing components? as i am seeking a 100% pure wax for paint protection (Open Source Stack Exchange) (https://opensource.stackexchange.com/questions/15621/how-do-open-source-projects-prevent-design-drift-when-hundreds-of-contributors) How do open-source projects prevent “design drift” when hundreds of contributors make small changes? (Biblical Hermeneutics Stack Exchange) (https://hermeneutics.stackexchange.com/questions/108706/sin-leading-to-death-what-type-of-death) 'Sin leading to death' - what type of death? (Unix & Linux Stack Exchange) (https://unix.stackexchange.com/questions/800307/grep-with-output-of-not-the-complete-line) Grep with output of not the complete line (Code Review Stack Exchange) (https://codereview.stackexchange.com/questions/298313/reservation-app-in-c-with-linked-list-bst-and-csv) Reservation app in C with linked list, BST, and CSV (Super User) (https://superuser.com/questions/1926295/how-to-prevent-vs-code-to-automatically-update-extensions-if-the-extension-requi) How to prevent VS Code to automatically update extensions if the extension requires a new VS Code version? (English Language & Usage Stack Exchange) (https://english.stackexchange.com/questions/634398/confusion-about-the-present-perfect-continuous-construction) Confusion about the Present Perfect Continuous construction (Travel Stack Exchange) (https://travel.stackexchange.com/questions/200383/what-happens-to-my-childs-suica-pasmo-when-they-turn-12) What happens to my child's Suica/Pasmo when they turn 12? (Board & Card Games Stack Exchange) (https://boardgames.stackexchange.com/questions/63216/mavinda-students-advocate-why-is-its-friendly-target-restriction-templated) Mavinda, Students' Advocate: Why is its “friendly-target” restriction templated as a very high tax? (Retrocomputing Stack Exchange) (https://retrocomputing.stackexchange.com/questions/32138/vram-on-the-adam) "VRAM" on the Adam? (https://stackoverflow.com/feeds/question/48477570) (Feed of this question and its answers) Question feed Subscribe to RSS Question feed To subscribe to this RSS feed, copy and paste this URL into your RSS reader. (https://stackoverflow.com/feeds/question/48477570) () Why are you flagging this comment? (45) Probable spam. This comment promotes a product, service or website while (https://stackoverflow.com/help/promotion) failing to disclose the author's affiliation . (20) Unfriendly or contains harassment/bigotry/abuse. This comment is unkind, insulting or attacks another person or group. Learn more in our (https://stackoverflow.com/conduct/abusive-behavior) Code of Conduct . (39) Not needed. This comment is not relevant to the post. (19) Something else. A problem not listed above. Try to be as specific as possible. Flag comment Cancel You have 0 flags left today (GPP Locator) (https://stackoverflow.com/) (https://stackoverflow.com/) Stack Overflow (https://stackoverflow.com/questions) Questions (https://stackoverflow.com/help) Help (https://chat.stackoverflow.com/?tab=explore) Chat (https://stackoverflow.co/) Products (https://stackoverflow.co/teams/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=footer&utm_content=teams) Teams (https://stackoverflow.co/advertising/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=footer&utm_content=advertising) Advertising (https://stackoverflow.co/advertising/employer-branding/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=footer&utm_content=talent) Talent (https://stackoverflow.co/) Company (https://stackoverflow.co/) About (https://stackoverflow.co/company/press/) Press (https://stackoverflow.co/company/work-here/) Work Here (https://stackoverflow.com/legal) Legal (https://stackoverflow.com/legal/privacy-policy) Privacy Policy (https://stackoverflow.com/legal/terms-of-service/public) Terms of Service (https://stackoverflow.com/contact) Contact Us Your Privacy Choices (https://policies.stackoverflow.co/stack-overflow/cookie-policy) Cookie Policy (https://stackexchange.com/) Stack Exchange Network (https://stackexchange.com/sites#technology) Technology (https://stackexchange.com/sites#culturerecreation) Culture & recreation (https://stackexchange.com/sites#lifearts) Life & arts (https://stackexchange.com/sites#science) Science (https://stackexchange.com/sites#professional) Professional (https://stackexchange.com/sites#business) Business (https://api.stackexchange.com/) API (https://data.stackexchange.com/) Data (https://stackoverflow.blog/?blb=1) Blog (https://www.facebook.com/officialstackoverflow/) Facebook (https://twitter.com/stackoverflow) Twitter (https://linkedin.com/company/stack-overflow) LinkedIn (https://www.instagram.com/thestackoverflow) Instagram Site design / logo © 2025 Stack Exchange Inc; user contributions licensed under (https://stackoverflow.com/help/licensing) CC BY-SA . rev 2025.10.6.34876 By continuing to use this website, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our (https://policies.stackoverflow.co/stack-overflow/cookie-policy/) Cookie Policy . By exiting this window, default cookies will be accepted. To reject cookies, select an option from below. Necessary cookies only Customize settings