[{"data":1,"prerenderedAt":1064},["ShallowReactive",2],{"doc-\u002Fdocs\u002Ftroubleshooting\u002Fdiagnostics":3},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"body":10,"_type":1058,"_id":1059,"_source":1060,"_file":1061,"_stem":1062,"_extension":1063},"\u002Ftroubleshooting\u002Fdiagnostics","troubleshooting",false,"","Diagnostics & Troubleshooting","Solutions for port conflicts, Docker socket permissions, shared memory sizing, and GPU hardware passthrough.",{"type":11,"children":12,"toc":1032},"root",[13,21,36,40,47,54,74,80,143,146,152,157,174,179,186,207,318,324,362,368,392,395,409,414,442,448,460,465,483,603,606,612,626,660,696,702,718,837,840,846,1026],{"type":14,"tag":15,"props":16,"children":18},"element","h1",{"id":17},"diagnostics-troubleshooting",[19],{"type":20,"value":8},"text",{"type":14,"tag":22,"props":23,"children":24},"p",{},[25,27,34],{"type":20,"value":26},"Common troubleshooting steps and solutions for running containerized Linux desktops with ",{"type":14,"tag":28,"props":29,"children":31},"code",{"className":30},[],[32],{"type":20,"value":33},"webtop-manage",{"type":20,"value":35},".",{"type":14,"tag":37,"props":38,"children":39},"hr",{},[],{"type":14,"tag":41,"props":42,"children":44},"h2",{"id":43},"_1-port-conflicts-auto-allocation",[45],{"type":20,"value":46},"⚡ 1. Port Conflicts & Auto-Allocation",{"type":14,"tag":48,"props":49,"children":51},"h3",{"id":50},"problem",[52],{"type":20,"value":53},"Problem",{"type":14,"tag":22,"props":55,"children":56},{},[57,59,65,67,73],{"type":20,"value":58},"Attempting to launch an instance results in ",{"type":14,"tag":28,"props":60,"children":62},{"className":61},[],[63],{"type":20,"value":64},"Port conflict on 3000",{"type":20,"value":66}," or ",{"type":14,"tag":28,"props":68,"children":70},{"className":69},[],[71],{"type":20,"value":72},"bind: address already in use",{"type":20,"value":35},{"type":14,"tag":48,"props":75,"children":77},{"id":76},"solution",[78],{"type":20,"value":79},"Solution",{"type":14,"tag":81,"props":82,"children":83},"ul",{},[84,110],{"type":14,"tag":85,"props":86,"children":87},"li",{},[88,94,96,101,103,108],{"type":14,"tag":89,"props":90,"children":91},"strong",{},[92],{"type":20,"value":93},"Automated Scan",{"type":20,"value":95},": In the Custom Blueprint wizard or via the API, click the ",{"type":14,"tag":89,"props":97,"children":98},{},[99],{"type":20,"value":100},"Scan Next Port",{"type":20,"value":102}," icon (🔄). ",{"type":14,"tag":28,"props":104,"children":106},{"className":105},[],[107],{"type":20,"value":33},{"type":20,"value":109}," verifies port availability by attempting test socket binds.",{"type":14,"tag":85,"props":111,"children":112},{},[113,118,120,126,128,134,136,142],{"type":14,"tag":89,"props":114,"children":115},{},[116],{"type":20,"value":117},"Custom Base Port",{"type":20,"value":119},": If ports ",{"type":14,"tag":28,"props":121,"children":123},{"className":122},[],[124],{"type":20,"value":125},"3000-3050",{"type":20,"value":127}," are used by other local services (e.g. Grafana, React dev servers), configure ",{"type":14,"tag":28,"props":129,"children":131},{"className":130},[],[132],{"type":20,"value":133},"BASE_PORT=4000",{"type":20,"value":135}," in your environment or ",{"type":14,"tag":28,"props":137,"children":139},{"className":138},[],[140],{"type":20,"value":141},"config.json",{"type":20,"value":35},{"type":14,"tag":37,"props":144,"children":145},{},[],{"type":14,"tag":41,"props":147,"children":149},{"id":148},"_2-docker-daemon-socket-permissions",[150],{"type":20,"value":151},"🔌 2. Docker Daemon Socket Permissions",{"type":14,"tag":48,"props":153,"children":155},{"id":154},"problem-1",[156],{"type":20,"value":53},{"type":14,"tag":22,"props":158,"children":159},{},[160,166,167,173],{"type":14,"tag":28,"props":161,"children":163},{"className":162},[],[164],{"type":20,"value":165},"Fatal: Failed to connect to Docker daemon: permission denied",{"type":20,"value":66},{"type":14,"tag":28,"props":168,"children":170},{"className":169},[],[171],{"type":20,"value":172},"failed to ping docker daemon",{"type":20,"value":35},{"type":14,"tag":48,"props":175,"children":177},{"id":176},"solution-1",[178],{"type":20,"value":79},{"type":14,"tag":180,"props":181,"children":183},"h4",{"id":182},"linux-host",[184],{"type":20,"value":185},"Linux Host",{"type":14,"tag":22,"props":187,"children":188},{},[189,191,197,199,205],{"type":20,"value":190},"Ensure your local user belongs to the ",{"type":14,"tag":28,"props":192,"children":194},{"className":193},[],[195],{"type":20,"value":196},"docker",{"type":20,"value":198}," group, or verify that ",{"type":14,"tag":28,"props":200,"children":202},{"className":201},[],[203],{"type":20,"value":204},"\u002Fvar\u002Frun\u002Fdocker.sock",{"type":20,"value":206}," is accessible:",{"type":14,"tag":208,"props":209,"children":213},"pre",{"className":210,"code":211,"language":212,"meta":7,"style":7},"language-bash shiki shiki-themes github-dark github-dark github-light","# Add current user to docker group\nsudo usermod -aG docker $USER\nnewgrp docker\n\n# Or adjust socket permissions (development only)\nsudo chmod 666 \u002Fvar\u002Frun\u002Fdocker.sock\n","bash",[214],{"type":14,"tag":28,"props":215,"children":216},{"__ignoreMap":7},[217,229,262,276,286,295],{"type":14,"tag":218,"props":219,"children":222},"span",{"class":220,"line":221},"line",1,[223],{"type":14,"tag":218,"props":224,"children":226},{"style":225},"--shiki-default:#6A737D;--shiki-dark:#6A737D;--shiki-light:#6A737D",[227],{"type":20,"value":228},"# Add current user to docker group\n",{"type":14,"tag":218,"props":230,"children":232},{"class":220,"line":231},2,[233,239,245,251,256],{"type":14,"tag":218,"props":234,"children":236},{"style":235},"--shiki-default:#B392F0;--shiki-dark:#B392F0;--shiki-light:#6F42C1",[237],{"type":20,"value":238},"sudo",{"type":14,"tag":218,"props":240,"children":242},{"style":241},"--shiki-default:#9ECBFF;--shiki-dark:#9ECBFF;--shiki-light:#032F62",[243],{"type":20,"value":244}," usermod",{"type":14,"tag":218,"props":246,"children":248},{"style":247},"--shiki-default:#79B8FF;--shiki-dark:#79B8FF;--shiki-light:#005CC5",[249],{"type":20,"value":250}," -aG",{"type":14,"tag":218,"props":252,"children":253},{"style":241},[254],{"type":20,"value":255}," docker",{"type":14,"tag":218,"props":257,"children":259},{"style":258},"--shiki-default:#E1E4E8;--shiki-dark:#E1E4E8;--shiki-light:#24292E",[260],{"type":20,"value":261}," $USER\n",{"type":14,"tag":218,"props":263,"children":265},{"class":220,"line":264},3,[266,271],{"type":14,"tag":218,"props":267,"children":268},{"style":235},[269],{"type":20,"value":270},"newgrp",{"type":14,"tag":218,"props":272,"children":273},{"style":241},[274],{"type":20,"value":275}," docker\n",{"type":14,"tag":218,"props":277,"children":279},{"class":220,"line":278},4,[280],{"type":14,"tag":218,"props":281,"children":283},{"emptyLinePlaceholder":282},true,[284],{"type":20,"value":285},"\n",{"type":14,"tag":218,"props":287,"children":289},{"class":220,"line":288},5,[290],{"type":14,"tag":218,"props":291,"children":292},{"style":225},[293],{"type":20,"value":294},"# Or adjust socket permissions (development only)\n",{"type":14,"tag":218,"props":296,"children":298},{"class":220,"line":297},6,[299,303,308,313],{"type":14,"tag":218,"props":300,"children":301},{"style":235},[302],{"type":20,"value":238},{"type":14,"tag":218,"props":304,"children":305},{"style":241},[306],{"type":20,"value":307}," chmod",{"type":14,"tag":218,"props":309,"children":310},{"style":247},[311],{"type":20,"value":312}," 666",{"type":14,"tag":218,"props":314,"children":315},{"style":241},[316],{"type":20,"value":317}," \u002Fvar\u002Frun\u002Fdocker.sock\n",{"type":14,"tag":180,"props":319,"children":321},{"id":320},"windows-host-docker-desktop",[322],{"type":20,"value":323},"Windows Host (Docker Desktop)",{"type":14,"tag":81,"props":325,"children":326},{},[327,339,357],{"type":14,"tag":85,"props":328,"children":329},{},[330,332,337],{"type":20,"value":331},"Make sure ",{"type":14,"tag":89,"props":333,"children":334},{},[335],{"type":20,"value":336},"Docker Desktop",{"type":20,"value":338}," is running.",{"type":14,"tag":85,"props":340,"children":341},{},[342,347,349,355],{"type":14,"tag":28,"props":343,"children":345},{"className":344},[],[346],{"type":20,"value":33},{"type":20,"value":348}," automatically falls back between ",{"type":14,"tag":28,"props":350,"children":352},{"className":351},[],[353],{"type":20,"value":354},"npipe:\u002F\u002F\u002F\u002F.\u002Fpipe\u002Fdocker_engine",{"type":20,"value":356}," and standard environment settings.",{"type":14,"tag":85,"props":358,"children":359},{},[360],{"type":20,"value":361},"In WSL2, enable Docker integration for your distro in Docker Desktop Settings $\\rightarrow$ Resources $\\rightarrow$ WSL Integration.",{"type":14,"tag":180,"props":363,"children":365},{"id":364},"macos-host",[366],{"type":20,"value":367},"macOS Host",{"type":14,"tag":22,"props":369,"children":370},{},[371,376,378,383,385,391],{"type":14,"tag":28,"props":372,"children":374},{"className":373},[],[375],{"type":20,"value":33},{"type":20,"value":377}," automatically probes both ",{"type":14,"tag":28,"props":379,"children":381},{"className":380},[],[382],{"type":20,"value":204},{"type":20,"value":384}," and ",{"type":14,"tag":28,"props":386,"children":388},{"className":387},[],[389],{"type":20,"value":390},"~\u002F.docker\u002Frun\u002Fdocker.sock",{"type":20,"value":35},{"type":14,"tag":37,"props":393,"children":394},{},[],{"type":14,"tag":41,"props":396,"children":398},{"id":397},"_3-shared-memory-devshm-sizing-for-browsers-ides",[399,401,407],{"type":20,"value":400},"🧠 3. Shared Memory (",{"type":14,"tag":28,"props":402,"children":404},{"className":403},[],[405],{"type":20,"value":406},"\u002Fdev\u002Fshm",{"type":20,"value":408},") Sizing for Browsers & IDEs",{"type":14,"tag":48,"props":410,"children":412},{"id":411},"problem-2",[413],{"type":20,"value":53},{"type":14,"tag":22,"props":415,"children":416},{},[417,419,425,427,433,435,441],{"type":20,"value":418},"Chromium, Firefox, VS Code, or Electron apps crash inside the desktop container with ",{"type":14,"tag":28,"props":420,"children":422},{"className":421},[],[423],{"type":20,"value":424},"SIGSEGV",{"type":20,"value":426},", ",{"type":14,"tag":28,"props":428,"children":430},{"className":429},[],[431],{"type":20,"value":432},"SIGBUS",{"type":20,"value":434},", or ",{"type":14,"tag":28,"props":436,"children":438},{"className":437},[],[439],{"type":20,"value":440},"Aw, Snap!",{"type":20,"value":35},{"type":14,"tag":48,"props":443,"children":445},{"id":444},"cause",[446],{"type":20,"value":447},"Cause",{"type":14,"tag":22,"props":449,"children":450},{},[451,453,458],{"type":20,"value":452},"Docker's standard default shared memory is only ",{"type":14,"tag":89,"props":454,"children":455},{},[456],{"type":20,"value":457},"64 MB",{"type":20,"value":459},", which is insufficient for modern multi-tab browser render trees and GPU compositing.",{"type":14,"tag":48,"props":461,"children":463},{"id":462},"solution-2",[464],{"type":20,"value":79},{"type":14,"tag":22,"props":466,"children":467},{},[468,473,475,481],{"type":14,"tag":28,"props":469,"children":471},{"className":470},[],[472],{"type":20,"value":33},{"type":20,"value":474}," automatically sets ",{"type":14,"tag":28,"props":476,"children":478},{"className":477},[],[479],{"type":20,"value":480},"--shm-size",{"type":20,"value":482}," based on preset recommendations:",{"type":14,"tag":484,"props":485,"children":486},"table",{},[487,517],{"type":14,"tag":488,"props":489,"children":490},"thead",{},[491],{"type":14,"tag":492,"props":493,"children":494},"tr",{},[495,502,512],{"type":14,"tag":496,"props":497,"children":499},"th",{"align":498},"left",[500],{"type":20,"value":501},"Workload",{"type":14,"tag":496,"props":503,"children":504},{"align":498},[505,507],{"type":20,"value":506},"Recommended ",{"type":14,"tag":28,"props":508,"children":510},{"className":509},[],[511],{"type":20,"value":406},{"type":14,"tag":496,"props":513,"children":514},{"align":498},[515],{"type":20,"value":516},"Notes",{"type":14,"tag":518,"props":519,"children":520},"tbody",{},[521,549,576],{"type":14,"tag":492,"props":522,"children":523},{},[524,533,544],{"type":14,"tag":525,"props":526,"children":527},"td",{"align":498},[528],{"type":14,"tag":89,"props":529,"children":530},{},[531],{"type":20,"value":532},"Standard Development",{"type":14,"tag":525,"props":534,"children":535},{"align":498},[536,542],{"type":14,"tag":28,"props":537,"children":539},{"className":538},[],[540],{"type":20,"value":541},"1024 MB",{"type":20,"value":543}," (1 GB)",{"type":14,"tag":525,"props":545,"children":546},{"align":498},[547],{"type":20,"value":548},"Default for XFCE templates.",{"type":14,"tag":492,"props":550,"children":551},{},[552,560,571],{"type":14,"tag":525,"props":553,"children":554},{"align":498},[555],{"type":14,"tag":89,"props":556,"children":557},{},[558],{"type":20,"value":559},"Heavy Browsing \u002F Multiple Tabs",{"type":14,"tag":525,"props":561,"children":562},{"align":498},[563,569],{"type":14,"tag":28,"props":564,"children":566},{"className":565},[],[567],{"type":20,"value":568},"2048 MB",{"type":20,"value":570}," (2 GB)",{"type":14,"tag":525,"props":572,"children":573},{"align":498},[574],{"type":20,"value":575},"Default for KDE Plasma templates.",{"type":14,"tag":492,"props":577,"children":578},{},[579,587,598],{"type":14,"tag":525,"props":580,"children":581},{"align":498},[582],{"type":14,"tag":89,"props":583,"children":584},{},[585],{"type":20,"value":586},"Heavy Video \u002F 4K \u002F Multiple IDEs",{"type":14,"tag":525,"props":588,"children":589},{"align":498},[590,596],{"type":14,"tag":28,"props":591,"children":593},{"className":592},[],[594],{"type":20,"value":595},"4096 MB",{"type":20,"value":597}," (4 GB)",{"type":14,"tag":525,"props":599,"children":600},{"align":498},[601],{"type":20,"value":602},"Configurable in Custom Blueprint wizard.",{"type":14,"tag":37,"props":604,"children":605},{},[],{"type":14,"tag":41,"props":607,"children":609},{"id":608},"_4-gpu-hardware-acceleration-passthrough",[610],{"type":20,"value":611},"🎮 4. GPU Hardware Acceleration Passthrough",{"type":14,"tag":48,"props":613,"children":615},{"id":614},"intel-quicksync-integrated-gpu-devdri",[616,618,624],{"type":20,"value":617},"Intel QuickSync \u002F Integrated GPU (",{"type":14,"tag":28,"props":619,"children":621},{"className":620},[],[622],{"type":20,"value":623},"\u002Fdev\u002Fdri",{"type":20,"value":625},")",{"type":14,"tag":22,"props":627,"children":628},{},[629,631,636,638,643,645,650,652,658],{"type":20,"value":630},"When ",{"type":14,"tag":89,"props":632,"children":633},{},[634],{"type":20,"value":635},"Enable Hardware Acceleration",{"type":20,"value":637}," is checked, ",{"type":14,"tag":28,"props":639,"children":641},{"className":640},[],[642],{"type":20,"value":33},{"type":20,"value":644}," passes ",{"type":14,"tag":28,"props":646,"children":648},{"className":647},[],[649],{"type":20,"value":623},{"type":20,"value":651}," render nodes with ",{"type":14,"tag":28,"props":653,"children":655},{"className":654},[],[656],{"type":20,"value":657},"rwm",{"type":20,"value":659}," permissions:",{"type":14,"tag":208,"props":661,"children":665},{"className":662,"code":663,"language":664,"meta":7,"style":7},"language-yaml shiki shiki-themes github-dark github-dark github-light","devices:\n  - \u002Fdev\u002Fdri:\u002Fdev\u002Fdri\n","yaml",[666],{"type":14,"tag":28,"props":667,"children":668},{"__ignoreMap":7},[669,683],{"type":14,"tag":218,"props":670,"children":671},{"class":220,"line":221},[672,678],{"type":14,"tag":218,"props":673,"children":675},{"style":674},"--shiki-default:#85E89D;--shiki-dark:#85E89D;--shiki-light:#22863A",[676],{"type":20,"value":677},"devices",{"type":14,"tag":218,"props":679,"children":680},{"style":258},[681],{"type":20,"value":682},":\n",{"type":14,"tag":218,"props":684,"children":685},{"class":220,"line":231},[686,691],{"type":14,"tag":218,"props":687,"children":688},{"style":258},[689],{"type":20,"value":690},"  - ",{"type":14,"tag":218,"props":692,"children":693},{"style":241},[694],{"type":20,"value":695},"\u002Fdev\u002Fdri:\u002Fdev\u002Fdri\n",{"type":14,"tag":48,"props":697,"children":699},{"id":698},"nvidia-discrete-gpus",[700],{"type":20,"value":701},"NVIDIA Discrete GPUs",{"type":14,"tag":22,"props":703,"children":704},{},[705,707,716],{"type":20,"value":706},"Install the ",{"type":14,"tag":708,"props":709,"children":713},"a",{"href":710,"rel":711},"https:\u002F\u002Fdocs.nvidia.com\u002Fdatacenter\u002Fcloud-native\u002Fcontainer-toolkit\u002Flatest\u002Finstall-guide.html",[712],"nofollow",[714],{"type":20,"value":715},"NVIDIA Container Toolkit",{"type":20,"value":717}," on your host. If using Docker Compose:",{"type":14,"tag":208,"props":719,"children":721},{"className":662,"code":720,"language":664,"meta":7,"style":7},"deploy:\n  resources:\n    reservations:\n      devices:\n        - driver: nvidia\n          count: all\n          capabilities: [gpu]\n",[722],{"type":14,"tag":28,"props":723,"children":724},{"__ignoreMap":7},[725,737,749,761,773,796,813],{"type":14,"tag":218,"props":726,"children":727},{"class":220,"line":221},[728,733],{"type":14,"tag":218,"props":729,"children":730},{"style":674},[731],{"type":20,"value":732},"deploy",{"type":14,"tag":218,"props":734,"children":735},{"style":258},[736],{"type":20,"value":682},{"type":14,"tag":218,"props":738,"children":739},{"class":220,"line":231},[740,745],{"type":14,"tag":218,"props":741,"children":742},{"style":674},[743],{"type":20,"value":744},"  resources",{"type":14,"tag":218,"props":746,"children":747},{"style":258},[748],{"type":20,"value":682},{"type":14,"tag":218,"props":750,"children":751},{"class":220,"line":264},[752,757],{"type":14,"tag":218,"props":753,"children":754},{"style":674},[755],{"type":20,"value":756},"    reservations",{"type":14,"tag":218,"props":758,"children":759},{"style":258},[760],{"type":20,"value":682},{"type":14,"tag":218,"props":762,"children":763},{"class":220,"line":278},[764,769],{"type":14,"tag":218,"props":765,"children":766},{"style":674},[767],{"type":20,"value":768},"      devices",{"type":14,"tag":218,"props":770,"children":771},{"style":258},[772],{"type":20,"value":682},{"type":14,"tag":218,"props":774,"children":775},{"class":220,"line":288},[776,781,786,791],{"type":14,"tag":218,"props":777,"children":778},{"style":258},[779],{"type":20,"value":780},"        - ",{"type":14,"tag":218,"props":782,"children":783},{"style":674},[784],{"type":20,"value":785},"driver",{"type":14,"tag":218,"props":787,"children":788},{"style":258},[789],{"type":20,"value":790},": ",{"type":14,"tag":218,"props":792,"children":793},{"style":241},[794],{"type":20,"value":795},"nvidia\n",{"type":14,"tag":218,"props":797,"children":798},{"class":220,"line":297},[799,804,808],{"type":14,"tag":218,"props":800,"children":801},{"style":674},[802],{"type":20,"value":803},"          count",{"type":14,"tag":218,"props":805,"children":806},{"style":258},[807],{"type":20,"value":790},{"type":14,"tag":218,"props":809,"children":810},{"style":241},[811],{"type":20,"value":812},"all\n",{"type":14,"tag":218,"props":814,"children":816},{"class":220,"line":815},7,[817,822,827,832],{"type":14,"tag":218,"props":818,"children":819},{"style":674},[820],{"type":20,"value":821},"          capabilities",{"type":14,"tag":218,"props":823,"children":824},{"style":258},[825],{"type":20,"value":826},": [",{"type":14,"tag":218,"props":828,"children":829},{"style":241},[830],{"type":20,"value":831},"gpu",{"type":14,"tag":218,"props":833,"children":834},{"style":258},[835],{"type":20,"value":836},"]\n",{"type":14,"tag":37,"props":838,"children":839},{},[],{"type":14,"tag":41,"props":841,"children":843},{"id":842},"_5-common-error-messages-remedies",[844],{"type":20,"value":845},"📋 5. Common Error Messages & Remedies",{"type":14,"tag":484,"props":847,"children":848},{},[849,870],{"type":14,"tag":488,"props":850,"children":851},{},[852],{"type":14,"tag":492,"props":853,"children":854},{},[855,860,865],{"type":14,"tag":496,"props":856,"children":857},{"align":498},[858],{"type":20,"value":859},"Error Message",{"type":14,"tag":496,"props":861,"children":862},{"align":498},[863],{"type":20,"value":864},"Probable Cause",{"type":14,"tag":496,"props":866,"children":867},{"align":498},[868],{"type":20,"value":869},"Immediate Remedy",{"type":14,"tag":518,"props":871,"children":872},{},[873,932,961,996],{"type":14,"tag":492,"props":874,"children":875},{},[876,885,912],{"type":14,"tag":525,"props":877,"children":878},{"align":498},[879],{"type":14,"tag":28,"props":880,"children":882},{"className":881},[],[883],{"type":20,"value":884},"host path ... is restricted for system security",{"type":14,"tag":525,"props":886,"children":887},{"align":498},[888,890,896,897,903,904,910],{"type":20,"value":889},"Attempted mount to ",{"type":14,"tag":28,"props":891,"children":893},{"className":892},[],[894],{"type":20,"value":895},"\u002Fetc",{"type":20,"value":426},{"type":14,"tag":28,"props":898,"children":900},{"className":899},[],[901],{"type":20,"value":902},"\u002Fproc",{"type":20,"value":426},{"type":14,"tag":28,"props":905,"children":907},{"className":906},[],[908],{"type":20,"value":909},"\u002Froot\u002F.ssh",{"type":20,"value":911},", etc.",{"type":14,"tag":525,"props":913,"children":914},{"align":498},[915,917,923,924,930],{"type":20,"value":916},"Select a standard user project folder (e.g. ",{"type":14,"tag":28,"props":918,"children":920},{"className":919},[],[921],{"type":20,"value":922},"~\u002Fprojects\u002F...",{"type":20,"value":66},{"type":14,"tag":28,"props":925,"children":927},{"className":926},[],[928],{"type":20,"value":929},"\u002Fdata\u002Fworkspace\u002F...",{"type":20,"value":931},").",{"type":14,"tag":492,"props":933,"children":934},{},[935,944,949],{"type":14,"tag":525,"props":936,"children":937},{"align":498},[938],{"type":14,"tag":28,"props":939,"children":941},{"className":940},[],[942],{"type":20,"value":943},"image parameter is required",{"type":14,"tag":525,"props":945,"children":946},{"align":498},[947],{"type":20,"value":948},"Sent empty image tag to catalog check endpoint.",{"type":14,"tag":525,"props":950,"children":951},{"align":498},[952,954,960],{"type":20,"value":953},"Provide full image tag (e.g. ",{"type":14,"tag":28,"props":955,"children":957},{"className":956},[],[958],{"type":20,"value":959},"lscr.io\u002Flinuxserver\u002Fwebtop:ubuntu-xfce",{"type":20,"value":931},{"type":14,"tag":492,"props":962,"children":963},{},[964,973,984],{"type":14,"tag":525,"props":965,"children":966},{"align":498},[967],{"type":14,"tag":28,"props":968,"children":970},{"className":969},[],[971],{"type":20,"value":972},"instance not found",{"type":14,"tag":525,"props":974,"children":975},{"align":498},[976,978,983],{"type":20,"value":977},"Container was deleted outside ",{"type":14,"tag":28,"props":979,"children":981},{"className":980},[],[982],{"type":20,"value":33},{"type":20,"value":35},{"type":14,"tag":525,"props":985,"children":986},{"align":498},[987,989,994],{"type":20,"value":988},"Click the ",{"type":14,"tag":89,"props":990,"children":991},{},[992],{"type":20,"value":993},"Refresh",{"type":20,"value":995}," button on the dashboard.",{"type":14,"tag":492,"props":997,"children":998},{},[999,1008,1013],{"type":14,"tag":525,"props":1000,"children":1001},{"align":498},[1002],{"type":14,"tag":28,"props":1003,"children":1005},{"className":1004},[],[1006],{"type":20,"value":1007},"streaming unsupported",{"type":14,"tag":525,"props":1009,"children":1010},{"align":498},[1011],{"type":20,"value":1012},"Reverse proxy buffer stripped HTTP flusher headers.",{"type":14,"tag":525,"props":1014,"children":1015},{"align":498},[1016,1018,1024],{"type":20,"value":1017},"Enable unbuffered streaming (",{"type":14,"tag":28,"props":1019,"children":1021},{"className":1020},[],[1022],{"type":20,"value":1023},"proxy_buffering off;",{"type":20,"value":1025}," in Nginx).",{"type":14,"tag":1027,"props":1028,"children":1029},"style",{},[1030],{"type":20,"value":1031},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}",{"title":7,"searchDepth":264,"depth":264,"links":1033},[1034,1038,1046,1052,1057],{"id":43,"depth":231,"text":46,"children":1035},[1036,1037],{"id":50,"depth":264,"text":53},{"id":76,"depth":264,"text":79},{"id":148,"depth":231,"text":151,"children":1039},[1040,1041],{"id":154,"depth":264,"text":53},{"id":176,"depth":264,"text":79,"children":1042},[1043,1044,1045],{"id":182,"depth":278,"text":185},{"id":320,"depth":278,"text":323},{"id":364,"depth":278,"text":367},{"id":397,"depth":231,"text":1047,"children":1048},"🧠 3. Shared Memory (\u002Fdev\u002Fshm) Sizing for Browsers & IDEs",[1049,1050,1051],{"id":411,"depth":264,"text":53},{"id":444,"depth":264,"text":447},{"id":462,"depth":264,"text":79},{"id":608,"depth":231,"text":611,"children":1053},[1054,1056],{"id":614,"depth":264,"text":1055},"Intel QuickSync \u002F Integrated GPU (\u002Fdev\u002Fdri)",{"id":698,"depth":264,"text":701},{"id":842,"depth":231,"text":845},"markdown","content:5.troubleshooting:1.diagnostics.md","content","5.troubleshooting\u002F1.diagnostics.md","5.troubleshooting\u002F1.diagnostics","md",1787169590132]