Change the name via stdin /config set name
Change the name via stdin /config set name
I want to start a docker container via a nodejs script. Using a sdtin command "/config set name" I would assign a new server name. Is there a better way or what can I do?
Re: Change the name via stdin /config set name
It works, I forgot to insert \n at the end of the line.