You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the default configuration file
Change the admin password, but add the character i.
The password should be admini.
Then I run the build script:
docker build -t caldera .
And now it has to download every apt, python, go, and npm package over again on my local disk.
This seems like an egregious waste of hard-drive writes.
Yet, if the password and the configuration is the same, the build does not redownload all the files.
Please, how do I make it so it does not redownload everything for the entire server, just when I want to update the password?
A SQLite DB, just not redownloading all the dependencies again. I made two configs and wasted 20+ minutes doing builds.
The text was updated successfully, but these errors were encountered:
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/
All I tried to do:
The password should be
admini
.Then I run the build script:
And now it has to download every apt, python, go, and npm package over again on my local disk.
This seems like an egregious waste of hard-drive writes.
Yet, if the password and the configuration is the same, the build does not redownload all the files.
Please, how do I make it so it does not redownload everything for the entire server, just when I want to update the password?
A SQLite DB, just not redownloading all the dependencies again. I made two configs and wasted 20+ minutes doing builds.
The text was updated successfully, but these errors were encountered: