Dockerデーモンに接続できません


i need help!

Did you press return after the

./launcher rebuild app

?

「いいね!」 1

please guide me! Thanks

Try running it as root.

「いいね!」 1

for me xin command to run

I had someone else with a similar issue (couldn’t enter a container because not root) yesterday. I thought that ./launcher checked to make sure that you were root. Did that change?

「いいね!」 3

Not really launcher job as the sysadmin can grant the docker permission to other accounts, and docker install even prompts you to do so.

sudo su
cd /var/discourse
./launcher rebuild app
「いいね!」 3

Hmm. I regularly use docker commands as non-root, but didn’t think that launcher would work.

So I guess this is wrong:

and it should instead check that the current user can run docker.

this command help me to solve the problem, thanks!

「いいね!」 2

That’s correct as discourse-setup will create swap and that is a root only operation. And this discussion is off-topic :smile:

「いいね!」 2