curator Asked: 2024-02-27 00:32:48 +0800 CST 在 Dockerfile 中创建用户和 su 5 尝试创建一个新用户 foo adduser --disabled-password --gecos "" smarthome 我尝试 su 到该用户 su foo,但不起作用(whoami 仍然是 root)。 我认为 ENTER 丢失了(密码为空)。 如何更改为新用户? docker