Certain Docker Commands not working in Windows Powershell ISE but working in other Command Line toolsHow do I parse command line arguments in Bash?Is there an equivalent of 'which' on the Windows command line?Windows Explorer “Command Prompt Here”How to pass command line arguments to a rake taskHow to handle command-line arguments in PowerShellList all environment variables from command line?How do I run two commands in one line in Windows CMD?How to import an SQL file using the command line in MySQL?Docker Run command hangsStarting cosmosdb emulator using docker exec

What happened to Captain America in Endgame?

How to pronounce 'c++' in Spanish

How did Captain America manage to do this?

What term is being referred to with "reflected-sound-of-underground-spirits"?

Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?

What is the philosophical significance of speech acts/implicature?

Philosophical question on logistic regression: why isn't the optimal threshold value trained?

Why does nature favour the Laplacian?

How come there are so many candidates for the 2020 Democratic party presidential nomination?

Is there any official lore on the Far Realm?

What is causing the white spot to appear in some of my pictures

How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?

Pre-plastic human skin alternative

How to fry ground beef so it is well-browned

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

Mistake in years of experience in resume?

Was there a shared-world project before "Thieves World"?

Is there really no use for MD5 anymore?

A ​Note ​on ​N!

What happens to Mjolnir (Thor's hammer) at the end of Endgame?

How much cash can I safely carry into the USA and avoid civil forfeiture?

What's the name of these pliers?

Can someone publish a story that happened to you?

Get consecutive integer number ranges from list of int



Certain Docker Commands not working in Windows Powershell ISE but working in other Command Line tools


How do I parse command line arguments in Bash?Is there an equivalent of 'which' on the Windows command line?Windows Explorer “Command Prompt Here”How to pass command line arguments to a rake taskHow to handle command-line arguments in PowerShellList all environment variables from command line?How do I run two commands in one line in Windows CMD?How to import an SQL file using the command line in MySQL?Docker Run command hangsStarting cosmosdb emulator using docker exec






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I am exploring docker and I've been using Windows Powershell ISE to run docker commands. I have come across situation where I run certain commands in Powershell but they appear to be stuck, but when I run the same docker command on Command Prompt they work fine. I am using the same machine but different command line tools. Why do certain docker command work in powershell and some don't? The below are just some examples. While most work, some don't appear to be working.



Example 1) docker system prune



In powershell I expected a message like I do in the command prompt below, but it appears to be hanging.



enter image description here



enter image description here



Example 2) docker exec -ti containerName bash



In CMD Prompt, I am able to jump into my running container but not in Powershell



enter image description here



enter image description here










share|improve this question

















  • 1





    Perhaps you are using Powershell-ISE, which is not supported by docker...: github.com/docker/for-win/issues/223

    – nologin
    Mar 9 at 9:25











  • thanks. It appears PowerShell is, but not PowerShell ISE

    – Sharingan
    Mar 9 at 9:30

















1















I am exploring docker and I've been using Windows Powershell ISE to run docker commands. I have come across situation where I run certain commands in Powershell but they appear to be stuck, but when I run the same docker command on Command Prompt they work fine. I am using the same machine but different command line tools. Why do certain docker command work in powershell and some don't? The below are just some examples. While most work, some don't appear to be working.



Example 1) docker system prune



In powershell I expected a message like I do in the command prompt below, but it appears to be hanging.



enter image description here



enter image description here



Example 2) docker exec -ti containerName bash



In CMD Prompt, I am able to jump into my running container but not in Powershell



enter image description here



enter image description here










share|improve this question

















  • 1





    Perhaps you are using Powershell-ISE, which is not supported by docker...: github.com/docker/for-win/issues/223

    – nologin
    Mar 9 at 9:25











  • thanks. It appears PowerShell is, but not PowerShell ISE

    – Sharingan
    Mar 9 at 9:30













1












1








1








I am exploring docker and I've been using Windows Powershell ISE to run docker commands. I have come across situation where I run certain commands in Powershell but they appear to be stuck, but when I run the same docker command on Command Prompt they work fine. I am using the same machine but different command line tools. Why do certain docker command work in powershell and some don't? The below are just some examples. While most work, some don't appear to be working.



Example 1) docker system prune



In powershell I expected a message like I do in the command prompt below, but it appears to be hanging.



enter image description here



enter image description here



Example 2) docker exec -ti containerName bash



In CMD Prompt, I am able to jump into my running container but not in Powershell



enter image description here



enter image description here










share|improve this question














I am exploring docker and I've been using Windows Powershell ISE to run docker commands. I have come across situation where I run certain commands in Powershell but they appear to be stuck, but when I run the same docker command on Command Prompt they work fine. I am using the same machine but different command line tools. Why do certain docker command work in powershell and some don't? The below are just some examples. While most work, some don't appear to be working.



Example 1) docker system prune



In powershell I expected a message like I do in the command prompt below, but it appears to be hanging.



enter image description here



enter image description here



Example 2) docker exec -ti containerName bash



In CMD Prompt, I am able to jump into my running container but not in Powershell



enter image description here



enter image description here







powershell docker command-line command-prompt docker-command






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 9 at 9:19









SharinganSharingan

111116




111116







  • 1





    Perhaps you are using Powershell-ISE, which is not supported by docker...: github.com/docker/for-win/issues/223

    – nologin
    Mar 9 at 9:25











  • thanks. It appears PowerShell is, but not PowerShell ISE

    – Sharingan
    Mar 9 at 9:30












  • 1





    Perhaps you are using Powershell-ISE, which is not supported by docker...: github.com/docker/for-win/issues/223

    – nologin
    Mar 9 at 9:25











  • thanks. It appears PowerShell is, but not PowerShell ISE

    – Sharingan
    Mar 9 at 9:30







1




1





Perhaps you are using Powershell-ISE, which is not supported by docker...: github.com/docker/for-win/issues/223

– nologin
Mar 9 at 9:25





Perhaps you are using Powershell-ISE, which is not supported by docker...: github.com/docker/for-win/issues/223

– nologin
Mar 9 at 9:25













thanks. It appears PowerShell is, but not PowerShell ISE

– Sharingan
Mar 9 at 9:30





thanks. It appears PowerShell is, but not PowerShell ISE

– Sharingan
Mar 9 at 9:30












1 Answer
1






active

oldest

votes


















4














Docker does not support Powershell-ISE:
https://docs.docker.com/docker-for-windows/






share|improve this answer























  • thanks, I can now see its officially not supported.

    – Sharingan
    Mar 9 at 9:30











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55075800%2fcertain-docker-commands-not-working-in-windows-powershell-ise-but-working-in-oth%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









4














Docker does not support Powershell-ISE:
https://docs.docker.com/docker-for-windows/






share|improve this answer























  • thanks, I can now see its officially not supported.

    – Sharingan
    Mar 9 at 9:30















4














Docker does not support Powershell-ISE:
https://docs.docker.com/docker-for-windows/






share|improve this answer























  • thanks, I can now see its officially not supported.

    – Sharingan
    Mar 9 at 9:30













4












4








4







Docker does not support Powershell-ISE:
https://docs.docker.com/docker-for-windows/






share|improve this answer













Docker does not support Powershell-ISE:
https://docs.docker.com/docker-for-windows/







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 9 at 9:26









nologinnologin

591314




591314












  • thanks, I can now see its officially not supported.

    – Sharingan
    Mar 9 at 9:30

















  • thanks, I can now see its officially not supported.

    – Sharingan
    Mar 9 at 9:30
















thanks, I can now see its officially not supported.

– Sharingan
Mar 9 at 9:30





thanks, I can now see its officially not supported.

– Sharingan
Mar 9 at 9:30



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55075800%2fcertain-docker-commands-not-working-in-windows-powershell-ise-but-working-in-oth%23new-answer', 'question_page');

);

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







Popular posts from this blog

1928 у кіно

Захаров Федір Захарович

Ель Греко