LoginSignup
5
7

More than 5 years have passed since last update.

dockerコンテナ内でGNU screenを起動する

Posted at

普通に立ち上げようとすると
Must be connected to a Terminal.
などと言われて起動しませんが、以下のようにすれば良いようです。

exec >/dev/tty 2>/dev/tty </dev/tty
/usr/bin/screen
5
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
7