Joshua Taylor
Joshua Taylor
I think the better option here is having it have a flag that says if the file is missing, it writes content in a variable instead.
The reason for your request is essentially "if the file doesn't exist, we need to write it instead", am I wrong? It actually doesn't matter if it's the first time...
After considering it a bit more, I'm going to not add this. I am going to say if we look at password requirements, I'd want it done on the user...
We do not "detach" when we shut down the panel, it's a termination of the containers. We do not therefore really reattach. This is a flaw though in how we...
The point is, we do not support shutting the panel down and it keeping the containers alive. The containers should shut down with the panel. It is an issue with...
Docker support was built in when 2.0 was released and is not a side product. The issue is that because we also support running processes directly in the OS, we...
When the panel starts, it can "tell" if it's there, because we do a call for the status to just see if the container exists with the ID we need....
This feature is delayed until the daemon is fully operation to support containers with docker and the panel is updated to re-implement the features. This also partly depends on an...