go - docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process - 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/75078744/docker-error-response-from-daemon-failed-to-create-shim-task-oci-runtime-crea) (Feed for question 'docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process') (https://stackoverflow.com/feeds/question/75078744) (site logo) Join Stack Overflow 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/ai/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav-bar&utm_content=overflowai) OverflowAI (Search…) (Click to show search) (https://stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f75078744%2fdocker-error-response-from-daemon-failed-to-create-shim-task-oci-runtime-crea) Log in (https://stackoverflow.com/users/signup?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f75078744%2fdocker-error-response-from-daemon-failed-to-create-shim-task-oci-runtime-crea) 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.com/tags) Tags (https://stackoverflow.com/beta/discussions) Discussions Labs (https://chat.stackoverflow.com/?tab=all&sort=active) Chat (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) Hang on, you can't downvote just yet. You'll need to complete a few actions and gain 125 reputation points before being able to downvote. Casting downvotes indicate issues with quality, effort, or accuracay of a post. (https://stackoverflow.com/help/whats-reputation) What's reputation and how do I get it? Instead, you can try suggesting an edit to improve the post. Suggest edit No thanks (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? To start gaining reputation, try answering a related question. docker go Find related question Not now (https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png?v=c78bd457575a) (https://stackoverflow.com/questions/75078744/docker-error-response-from-daemon-failed-to-create-shim-task-oci-runtime-crea) docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process (https://stackoverflow.com/questions/ask) Ask Question (2023-01-11 05:40:20Z) Asked 2 years, 3 months ago Modified (https://stackoverflow.com/questions/75078744/docker-error-response-from-daemon-failed-to-create-shim-task-oci-runtime-crea?lastactivity) (2023-05-23 03:12:53Z) 1 year, 11 months ago (Viewed 265,071 times) Viewed 265k times This question shows research effort; it is useful and clear 45 (This question does not show any research effort; it is unclear or not useful) Save this question. (https://stackoverflow.com/posts/75078744/timeline) Show activity on this post. I am trying to build this dockerfile and then run it but I'm getting this error docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./deployment-service": permission denied: unknown. This is my docker file, I've created the volumes and networks FROM golang:1.19 .2 -alpine as builder RUN apk add bash RUN apk add --no-cache openssh-client ansible git RUN mkdir /workspace WORKDIR /workspace COPY go .mod ./ COPY go .sum ./ RUN go mod download COPY . ./ RUN go build -o deployment-service cmd/deployment-service/main.go FROM alpine:latest RUN apk --no-cache add ca-certificates WORKDIR /root/ COPY --from=builder /workspace . ARG DEFAULT_PORT=8080 ENV PORT $DEFAULT_PORT EXPOSE $PORT CMD ["./deployment-service" ] this is my run command, docker run --name=${CONTAINER_NAME} -d --rm -p ${PORT}:80 -e DEPLOYMENT_SERVICE_DATABASE_CONNECTION_URI=mongodb://${MONGO_USERNAME}:${MONGO_PASSWORD}@${MONGO_CONTAINER_NAME}:27017/ -e DEPLOYMENT_SERVICE_SERVER_SECRET_KEY=${SECRET_KEY} -e ANSIBLE_CONFIG='./jam-ansible/ansible.cfg' -e DEPLOYMENT_SERVICE_ANSIBLE_SUBMISSION_ROOT=${DEPLOYMENT_ROOT} -v ${DEPLOYMENT_VOLUME}:${DEPLOYMENT_ROOT} --network=${NETWORK_NAME} server:latest help to get my issue solved. (https://stackoverflow.com/questions/tagged/docker) (show questions tagged 'docker') docker (https://stackoverflow.com/questions/tagged/go) (show questions tagged 'go') go (https://stackoverflow.com/q/75078744) (Short permalink to this question) Share (https://stackoverflow.com/posts/75078744/edit) Improve this question Follow Follow this question to receive notifications asked (2023-01-11 05:40:20Z) Jan 11, 2023 at 5:40 (https://stackoverflow.com/users/19062111/deeksha-sharma) (Deeksha Sharma's user avatar) (https://stackoverflow.com/users/19062111/deeksha-sharma) Deeksha Sharma Deeksha Sharma (reputation score) 619 (1 gold badge) 1 1 gold badge (4 silver badges) 4 4 silver badges (8 bronze badges) 8 8 bronze badges 6 Does the same go build ...; ./deployment-service sequence work without Docker? Does specifying a package name and not just a single file name work better, go build ... ./cmd/deployment-service ? – (https://stackoverflow.com/users/10008173/david-maze) (161,454 reputation) David Maze Commented (2023-01-11 12:07:01Z, License: CC BY-SA 4.0) Jan 11, 2023 at 12:07 yeah, it's working. I mistakenly deleted the the binary from the container once after that I started facing this issue. – (https://stackoverflow.com/users/19062111/deeksha-sharma) (619 reputation) Deeksha Sharma Commented (2023-01-11 13:42:31Z, License: CC BY-SA 4.0) Jan 11, 2023 at 13:42 (this comment was edited 1 time) ...in the docker run command, you have a -v option hiding a $DEPLOYMENT_ROOT directory in the container. If that's the image's /root directory, it will definitely cause this problem; delete that option to use the binary built into the image. (docker build ing an updated image shouldn't be much more expensive than go build ing a binary; you do not need a volume mount to inject code.) – (https://stackoverflow.com/users/10008173/david-maze) (161,454 reputation) David Maze Commented (2023-01-11 14:01:57Z, License: CC BY-SA 4.0) Jan 11, 2023 at 14:01 No that's not the image's root directory, it's some data in the container that I want to keep. Also, I solved the error message when I changed this name of binary to something else. As I said earlier the issue started after I deleted the binary inside the container, but in my knowledge if a container is removed everything related to it is removed, so if I make a new container after removing the container(from which I deleted the binary) it should generate the binary again and should work fine, but it's not happening. – (https://stackoverflow.com/users/19062111/deeksha-sharma) (619 reputation) Deeksha Sharma Commented (2023-01-11 14:29:33Z, License: CC BY-SA 4.0) Jan 11, 2023 at 14:29 (number of 'useful comment' votes received) 7 A REALLY dumb way for this to happen is that you are specifying the docker run options in the wrong order. This will show the error: 'docker run -p 8000:8000' ... but this will work 'docker run -p 8000:8000 ' I wasted 30 minutes on this stupidness. Docker 'run' really wants the image name as the last parameter, regardless of the convention for optional parameters (at least on Windows where I hit this issue and google lead me here!). – (https://stackoverflow.com/users/984707/peter-walkley) (101 reputation) Peter Walkley Commented (2023-04-28 13:43:06Z, License: CC BY-SA 4.0) Apr 28, 2023 at 13:43 (this comment was edited 2 times) (Use comments to ask for more information or suggest improvements. Avoid answering questions in comments.) | (Expand to show all comments on this post) Show 1 more comment 5 Answers 5 Sorted by: (https://stackoverflow.com/questions/75078744/docker-error-response-from-daemon-failed-to-create-shim-task-oci-runtime-crea?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 14 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/75461899/timeline) Show activity on this post. It seems lack of permission to execute deployment-service . You can add RUN chmod +x deployment-service before CMD ["./deployment-service"] (https://stackoverflow.com/a/75461899) (Short permalink to this answer) Share (https://stackoverflow.com/posts/75461899/edit) Improve this answer Follow Follow this answer to receive notifications answered (2023-02-15 15:19:12Z) Feb 15, 2023 at 15:19 (https://stackoverflow.com/users/21220007/pusponegorow) (pusponegorow's user avatar) (https://stackoverflow.com/users/21220007/pusponegorow) pusponegorow pusponegorow (reputation score) 196 (4 bronze badges) 4 4 bronze badges (Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.) Add a comment | (Expand to show all comments on this post) This answer is useful 6 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/75461624/timeline) Show activity on this post. Sometimes you may end up getting this error because you have not specified an entrypoint for your container. You can do that using ENTRYPOINT inside the Dockerfile Below is a .NET example: ENTRYPOINT ["dotnet" , "application.dll" ] (https://stackoverflow.com/a/75461624) (Short permalink to this answer) Share (https://stackoverflow.com/posts/75461624/edit) Improve this answer Follow Follow this answer to receive notifications answered (2023-02-15 14:56:26Z) Feb 15, 2023 at 14:56 (https://stackoverflow.com/users/1509124/geralexgr) (GeralexGR's user avatar) (https://stackoverflow.com/users/1509124/geralexgr) GeralexGR GeralexGR (reputation score) 3,602 (6 gold badges) 6 6 gold badges (26 silver badges) 26 26 silver badges (35 bronze badges) 35 35 bronze badges 1 (number of 'useful comment' votes received) 1 Just adding an entrypoint "/bin/bash" solved it for me. – (https://stackoverflow.com/users/973119/joefox) (1,091 reputation) JoeFox Commented (2023-11-04 06:29:25Z, License: CC BY-SA 4.0) Nov 4, 2023 at 6:29 (Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.) Add a comment | (Expand to show all comments on this post) This answer is useful 3 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/75249144/timeline) Show activity on this post. looks like you need to edit the permissions of the deployment-service file. try running chmod a+x ./deployment-service in the terminal then trying again. (https://stackoverflow.com/a/75249144) (Short permalink to this answer) Share (https://stackoverflow.com/posts/75249144/edit) Improve this answer Follow Follow this answer to receive notifications answered (2023-01-26 16:42:20Z) Jan 26, 2023 at 16:42 (https://stackoverflow.com/users/20887345/jacob-kearney) (Jacob Kearney's user avatar) (https://stackoverflow.com/users/20887345/jacob-kearney) Jacob Kearney Jacob Kearney (reputation score) 431 (2 silver badges) 2 2 silver badges (12 bronze badges) 12 12 bronze badges (Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.) Add a comment | (Expand to show all comments on this post) This answer is useful 2 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/75439966/timeline) Show activity on this post. In my case, I got the below error while trying to run the container using the command : docker container run -p portnumber:portnumber amazoncorretto:17 -alpine-jdk ERROR : docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown. I used amazoncorretto:17-alpine-jdk docker image and in dockerfile instead of bash , I changed it to sh and it worked as bash didn't work with alpine . Command changed from: CMD ["bash" , "-c" , "java -jar test.jar" ] to: CMD ["sh" , "-c" , "java -jar test.jar" ] (https://stackoverflow.com/a/75439966) (Short permalink to this answer) Share (https://stackoverflow.com/posts/75439966/edit) Improve this answer Follow Follow this answer to receive notifications (https://stackoverflow.com/posts/75439966/revisions) (show all edits to this post) edited (2023-02-17 08:40:01Z) Feb 17, 2023 at 8:40 (https://stackoverflow.com/users/2915423/helvete) (helvete's user avatar) (https://stackoverflow.com/users/2915423/helvete) helvete (reputation score) 2,683 (15 gold badges) 15 15 gold badges (36 silver badges) 36 36 silver badges (41 bronze badges) 41 41 bronze badges answered (2023-02-13 18:36:45Z) Feb 13, 2023 at 18:36 (https://stackoverflow.com/users/6844315/veena-dega) (veena dega's user avatar) (https://stackoverflow.com/users/6844315/veena-dega) veena dega veena dega (reputation score) 31 (4 bronze badges) 4 4 bronze badges (Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.) Add a comment | (Expand to show all comments on this post) This answer is useful -8 (This answer is not useful) Save this answer. (Loading when this answer was accepted…) (https://stackoverflow.com/posts/76311071/timeline) Show activity on this post. Run docker system prune -a clear all cache and stopped containers and then try starting the docker. It'll start. (https://stackoverflow.com/a/76311071) (Short permalink to this answer) Share (https://stackoverflow.com/posts/76311071/edit) Improve this answer Follow Follow this answer to receive notifications answered (2023-05-23 03:12:53Z) May 23, 2023 at 3:12 (https://stackoverflow.com/users/14165060/nikhil-vijayan) (Nikhil Vijayan's user avatar) (https://stackoverflow.com/users/14165060/nikhil-vijayan) Nikhil Vijayan Nikhil Vijayan (reputation score) 13 (1 bronze badge) 1 1 bronze badge 2 (number of 'useful comment' votes received) 8 This is excessive. You are removing all networks, volumes etc. – (https://stackoverflow.com/users/7353417/pierpy) (1,322 reputation) pierpy Commented (2023-05-27 09:32:49Z, License: CC BY-SA 4.0) May 27, 2023 at 9:32 (number of 'useful comment' votes received) 1 This might delete images, so do not run this command unless you don't mind your Docker images being wiped! While in some cases clearing the cache might solve some issues, prune with the -a option deletes unused images, so any Docker image that is not currently running in a container might get deleted. If you want to wipe stopped containers, unused networks, dangling images and unused build cache, but keep your Docker images, run docker system prune (without -a ). – (https://stackoverflow.com/users/707946/adrian) (620 reputation) Adrian Commented (2024-05-29 14:28:52Z, License: CC BY-SA 4.0) May 29, 2024 at 14:28 (Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.) Add a comment | (Expand to show all comments on this post) Your Answer Draft saved Draft discarded Sign up or (https://stackoverflow.com/users/login?ssrc=question_page&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f75078744%2fdocker-error-response-from-daemon-failed-to-create-shim-task-oci-runtime-crea%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/go) (show questions tagged 'go') go See similar questions with these tags. The Overflow Blog (https://stackoverflow.blog/2025/04/28/how-self-supervised-language-revolutionized-natural-language-processing-and-gen-ai/?cb=1) (How self-supervised language revolutionized natural language processing and gen AI) How self-supervised language revolutionized natural language processing and... (https://stackoverflow.blog/2025/04/29/we-re-not-replacing-you-we-re-with-you-where-ai-meets-infrastructure/?cb=1) “We’re not replacing you; we’re with you”: Where AI meets infrastructure Featured on Meta (Meta Stack Exchange) (https://meta.stackexchange.com/questions/408576/updates-to-advertising-guidelines?cb=1) Updates to advertising guidelines (Meta Stack Exchange) (https://meta.stackexchange.com/questions/408584/evolving-comments-an-experiment-to-encourage-engagement-and-follow-up-questions?cb=1) Evolving comments: An experiment to encourage engagement and follow-up questions (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/433648/discussions-learnings-and-potential-next-steps?cb=1) Discussions learnings and potential next steps (Meta Stack Overflow) (https://meta.stackoverflow.com/questions/433720/2025-developer-survey-call-for-feedback?cb=1) 2025 Developer Survey: Call for Feedback Linked (https://stackoverflow.com/q/76087913?lq=1) (Question score (upvotes - downvotes)) 2 (https://stackoverflow.com/questions/76087913/cant-build-any-golang-docker-images-successfully-permission-denied?noredirect=1&lq=1) Can't build any golang docker images successfully, permission denied (https://stackoverflow.com/q/78467329?lq=1) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/78467329/permission-denied-when-running-docker-compose-up-d-build-golang-microser?noredirect=1&lq=1) "permission denied" when running `docker compose up -d --build` (Golang microserivces) Related (https://stackoverflow.com/q/18319562?rq=3) (Question score (upvotes - downvotes)) 8 (https://stackoverflow.com/questions/18319562/how-to-resize-twitter-bootstrap-popover?rq=3) How to resize twitter bootstrap popover? (https://stackoverflow.com/q/23874561?rq=3) (Question score (upvotes - downvotes)) 23 (https://stackoverflow.com/questions/23874561/leafletjs-marker-bindpopup-with-options?rq=3) leafletjs marker bindpopup() with options (https://stackoverflow.com/q/24412325?rq=3) (Question score (upvotes - downvotes)) 91 (https://stackoverflow.com/questions/24412325/resizing-a-leaflet-map-on-container-resize?rq=3) Resizing a leaflet map on container resize (https://stackoverflow.com/q/38007658?rq=3) (Question score (upvotes - downvotes)) 18 (https://stackoverflow.com/questions/38007658/leaflet-popup-width?rq=3) Leaflet popup width (https://stackoverflow.com/q/38170366?rq=3) (Question score (upvotes - downvotes)) 27 (https://stackoverflow.com/questions/38170366/leaflet-adjust-popup-to-picture-size?rq=3) Leaflet: adjust popup to picture size (https://stackoverflow.com/q/38670060?rq=3) (Question score (upvotes - downvotes)) 3 (https://stackoverflow.com/questions/38670060/leaflet-js-popup-outside-map-container?rq=3) Leaflet.js: Popup outside map container (https://stackoverflow.com/q/44803875?rq=3) (Question score (upvotes - downvotes)) 2 (https://stackoverflow.com/questions/44803875/leaflet-error-when-zoom-after-close-popup?rq=3) Leaflet error when zoom after close popup (https://stackoverflow.com/q/46588260?rq=3) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/46588260/leaflet-layergroup-of-popups-cant-have-modified-width-height?rq=3) Leaflet : LayerGroup of Popups can't have modified width / height (https://stackoverflow.com/q/51732698?rq=3) (Question score (upvotes - downvotes)) 2 (https://stackoverflow.com/questions/51732698/leaflet-popup-update-resizing-solution-recreating-a-popup-everytime-unable?rq=3) Leaflet popup.update() Resizing Solution - Recreating a Popup Everytime, Unable to Click Embedded URL (https://stackoverflow.com/q/55251752?rq=3) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/55251752/leaflet-js-popup-and-zoom?rq=3) Leaflet.js popup and zoom (https://stackexchange.com/questions?tab=hot) Hot Network Questions (Law Stack Exchange) (https://law.stackexchange.com/questions/108467/why-isnt-a-misfiled-attorney-client-memo-fair-game-for-use-in-a-trial) Why isn't a misfiled attorney-client memo fair game for use in a trial? (Ask Different) (https://apple.stackexchange.com/questions/479759/can-data-from-a-factory-reset-iphone-14-be-recovered-if-no-passcode-was-set) Can data from a factory reset iPhone 14 be recovered if no passcode was set? (Mathematics Stack Exchange) (https://math.stackexchange.com/questions/5060535/do-limits-leave-residual-infinitesimals-or-do-they-resolve-exactly) Do limits leave residual infinitesimals, or do they resolve exactly? (MathOverflow) (https://mathoverflow.net/questions/491877/have-you-seen-my-power-series) Have you seen my power series? (English Language Learners Stack Exchange) (https://ell.stackexchange.com/questions/364642/possible-interpretations-of-the-phrase-yeah-right) Possible interpretations of the phrase "Yeah, right" (Travel Stack Exchange) (https://travel.stackexchange.com/questions/195518/can-i-use-an-esta-to-visit-my-boyfriend-before-my-f-1-visa-is-valid) Can I use an ESTA to visit my boyfriend before my F-1 visa is valid? (Geographic Information Systems Stack Exchange) (https://gis.stackexchange.com/questions/492204/visually-displaying-routes-line-features-where-they-overlap-in-qgis) Visually displaying routes (line features) where they overlap in QGIS (Cross Validated) (https://stats.stackexchange.com/questions/664750/glmm-of-sparse-microbial-data-with-a-high-number-of-observations-shows-some-devi) GLMM of sparse microbial data with a high number of observations shows some deviation in DHARMa plots? (Politics Stack Exchange) (https://politics.stackexchange.com/questions/91562/what-is-the-difference-between-a-minority-government-and-a-coalition-government) What is the difference between a minority government and a coalition government? (Puzzling Stack Exchange) (https://puzzling.stackexchange.com/questions/131662/reindeer-cryptic-crossword) Reindeer cryptic crossword (Role-playing Games Stack Exchange) (https://rpg.stackexchange.com/questions/215400/does-the-aboleths-probing-telepathy-require-a-response) Does the aboleth's probing telepathy require a response? (TeX - LaTeX Stack Exchange) (https://tex.stackexchange.com/questions/741804/fillbetween-odd-behaviour) Fillbetween odd behaviour (Puzzling Stack Exchange) (https://puzzling.stackexchange.com/questions/131658/tetris-perfect-clear-puzzles) Tetris Perfect Clear puzzles (Law Stack Exchange) (https://law.stackexchange.com/questions/108485/denying-entry-to-fleabitten-service-dogs) Denying entry to fleabitten service dogs (Electrical Engineering Stack Exchange) (https://electronics.stackexchange.com/questions/744980/unknown-dc-bias-added-to-ac-source) Unknown DC bias added to AC source (History Stack Exchange) (https://history.stackexchange.com/questions/77735/why-did-germany-allow-and-help-introduce-the-deutsche-mark-to-montenegro) Why did Germany allow and help introduce the Deutsche Mark to Montenegro? (Home Improvement Stack Exchange) (https://diy.stackexchange.com/questions/317417/using-standard-ac-fixtures-for-dc-applications) Using standard AC fixtures for DC applications (TeX - LaTeX Stack Exchange) (https://tex.stackexchange.com/questions/741809/multirow-overflows-vertically-in-tabularx-when-using-long-wrapped-content) \multirow overflows vertically in tabularx when using long wrapped content (Information Security Stack Exchange) (https://security.stackexchange.com/questions/281185/what-is-the-drawback-of-always-generating-passphrases-for-the-user) What is the drawback of always generating passphrases for the user? (English Language & Usage Stack Exchange) (https://english.stackexchange.com/questions/631097/word-for-the-behaviour-of-those-small-fish-that-swim-alongside-whales-or-sharks) Word for the behaviour of those small fish that swim alongside whales or sharks (Skeptics Stack Exchange) (https://skeptics.stackexchange.com/questions/57869/are-first-person-view-fpv-drones-responsible-for-75-of-casualties-on-russian) Are first-person view (FPV) drones responsible for 75% of casualties on Russian side in Russia-Ukraine war? (Mathematics Stack Exchange) (https://math.stackexchange.com/questions/5060903/find-a-smooth-function-with-compact-support) Find a smooth function with compact support (Mi Yodeya) (https://judaism.stackexchange.com/questions/149213/what-was-the-difference-between-the-nevuah-prophetic-ability-of-moshe-and-all) What was the difference between the nevuah (prophetic ability) of Moshe and all other prophets? (Biblical Hermeneutics Stack Exchange) (https://hermeneutics.stackexchange.com/questions/103783/are-the-144000-virgins-who-accompany-the-lamb-wherever-he-goes-christians) Are the 144000 virgins who accompany the lamb wherever he goes Christians? (https://stackoverflow.com/feeds/question/75078744) (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/75078744) () lang-golang (https://stackoverflow.com/) (https://stackoverflow.com/) Stack Overflow (https://stackoverflow.com/questions) Questions (https://stackoverflow.com/help) Help (https://chat.stackoverflow.com/?tab=site&host=stackoverflow.com) 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://stackoverflow.com/legal/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.4.29.25832 By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our (https://stackoverflow.com/legal/cookie-policy) Cookie Policy . Accept all cookies Necessary cookies only Customize settings