Trevor Sullivan
Trevor Sullivan
I have the same problem. Windows 11. ``` time="2022-02-16T18:08:46-07:00" level=info msg="using tcpdump path at: 'C:\\Users\\TrevorSullivan\\scoop\\persist\\krew\\.krew\\store\\sniff\\v1.6.2\\static-tcpdump'" time="2022-02-16T18:08:48-07:00" level=info msg="no container specified, taking first container we found in pod." time="2022-02-16T18:08:48-07:00" level=info msg="selected...
I'm seeing the same issue. Here is a contrived repro: ``` Get-Process | ForEach-Object -Begin { $ProcessCount = 0 } -Process { $ProcessCount += 1 } -End { $ProcessCount }...
Also ran into the same problem using Docker Desktop on Windows 11, when connecting to a production branch. So, we at least know it's not just an ARM CPU issue.
I think this is a doc bug. Adding `--interactive` works fine when using `exec`, but not when using `run`. ``` C:\> docker run -it nginx unknown shorthand flag: 'i' in...
I also noticed that exiting out of an interactive process in a container results in a weird error message. ``` C:\> docker exec -it peaceful-mendel bash root@SandboxHost-637606665499607545:/# asdffdsdsf bash: asdffdsdsf:...
Bump
I'm having the same problem. Posted the region issue over on StackOverflow here: https://stackoverflow.com/questions/68304238/change-aws-region-for-docker-cli-context-using-ecs I also posted about the issue in the Docker Slack channel for AWS called `#docker-for-aws`. ...
I'd love to see Kyverno support added for policy management. Personally, I think writing custom policies in OPA is ridiculously confusing, so I am not really a fan of it....
@WitoDelnat I'm actually in the Discord server already. My username is `pcgeek86#5950`
I'd recommend adding this package to the [Scoop](https://scoop.sh) repositories, as it's a very common CLI package manager for Windows.