LoginSignup
0
0

More than 5 years have passed since last update.

Mastodon おれおれインスタンスの DB Container の IP アドレスの取得方法

Posted at

困ったこと

せっかくおれおれインスタンス立てたんだから
DB のぞきたい。
mac の お気にの DB クライアントでのぞきたい。
でも Docker 素人すぎて DB Container の IP アドレスがわからない。

答え

$ cd [mastodon のルート]
$ docker inspect -f "{{ .NetworkSettings.Networks.mastodon_default.IPAddress }}" mastodon_db_1
0
0
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
0
0