Solution to the problem that Ctrl + z cannot be used in Powershell in Docker for windows environment (provisional)

When using Powershell to CUI operation Linux on Docker in Docker for windows environment, even if I try to send a signal to Linux with Ctrl + z, it does not work well. It looks like Ctrl + z is assigned to Powershell operations. I leave Linux and return to Powershell operation. The easy solution was to use a "legacy console" in Powershell.

Just select "Legacy Console" from the properties

Right-click on the PowerShell bar → select Properties クリップボード一時ファイル01.png

Check "Use legacy console" クリップボード一時ファイル02.png

There must be another more elegant solution.

Reference: Windows PowerShell, Control-Z, and Kitematic https://alankent.me/2017/07/04/windows-powershell-control-z-and-kitemati/

Recommended Posts

Solution to the problem that Ctrl + z cannot be used in Powershell in Docker for windows environment (provisional)
A solution to the problem that the Python version in Conda cannot be changed
The problem that the ifconfig command cannot be used
[Jinja2] Solution to the problem that variables added in the for statement are not inherited
How to solve the problem that video content cannot be played on Firefox for Linux
Switch the module to be loaded for each execution environment in Python
Functions that can be used in for statements
Solution to the problem that you can't activate by putting conda in pyenv
Instructions for connecting Google Colab. To the local runtime in a Windows environment
A solution to the problem that files containing [and] are not listed in glob.glob ()
How to set variables that can be used throughout the Django app-useful for templates, etc.-
Goroutine (parallel control) that can be used in the field
Goroutine that can be used in the field (errgroup.Group edition)
How to implement Python EXE for Windows in Docker container
[For IT beginners] What to do when the rev command cannot be used with Git Bash
Solution to the problem that the display is corrupted when the .exe command is included in the while loop in wsl2
Solved the trap that Rails commands could not be used after using the development environment with Docker
Switch the package to be installed for each environment with poetry
A timer (ticker) that can be used in the field (can be used anywhere)
Jupyter Notebook 6.0.2 cannot be installed in the Python 2.7 environment created in Anaconda
About the matter that the re.compiled object can be used for the re.match pattern
Approach commentary for beginners to be in the top 1.5% (0.83732) of Kaggle Titanic_3
[Tentative] Solution for SSL-related errors that occur in Windows + Discord.py ([SSL: CERTIFICATE_VERIFY_FAILED])
Approach commentary for beginners to be in the top 1.5% (0.83732) of Kaggle Titanic_1
Address to the bug that node.surface cannot be obtained with python3 + mecab
Approach commentary for beginners to be in the top 1.5% (0.83732) of Kaggle Titanic_2
I tried to put PyCharm in Ubuntu 16.04 LTS (PPA cannot be used)
QPS control that can be used in the field (Rate Limit) Limits execution to n times per second
I thought it would be slow to use a for statement in NumPy, but that wasn't the case.