alibaba / pipcook

Machine learning platform for Web developers

Home Page:https://alibaba.github.io/pipcook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deamon: support config daemon is only serving at localhost

yorkie opened this issue · comments

It allows user to config the daemon serving host, for example, 127.0.0.1, to avoid the remote access.

  1. save this config in daemon.json?
  2. pipcook daemon start --host 127.0.0.1?
commented
  1. save this config in daemon.json?
  2. pipcook daemon start --host 127.0.0.1?

I think the port should be configurable too.

commented

If we use pipcook daemon start --host 127.0.0.1 to set the host, what does the restart behave?

Restart should keep the last configuration IMO.

commented

Restart should keep the last configuration IMO.

So we should overwrite the config file.

What about pipcook daemon start after reboot the machine?

commented

Pipcook v2 is available, and we do not have the daemon processor anymore, this issue should be closed.