1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Docker-compose run web rails c 日本語が表示できない件について

Posted at

##参考記事
https://qiita.com/yuudevelop/items/9818e43145223a077997

Docker-compose run web rails c

Docker環境でrailsを扱うことに慣れるため復習しているとコンソールで日本語が表示できない。

文字化けならびにエンターを押すと入力されないという悲劇。

まだプログラミングに不慣れ(もはや1年経とうとしているのに…)なので心臓が止まりそうになる。

のだが、少しは成長したのか息をするかの如くググれた。

↑これも試したりしたけど本質は最初の記事です。

Dockerfileに追加

コンソールの日本語化できなくて困ったので追加

ENV LANG C.UTF-8

これが正義。

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?