Closed Dr0p42 closed 3 years ago
Good job @Dr0p42 thanks! I have a doubt on 'persistent' not being that clear on what it is doing : it keeps files on your local folder naas/persistent right?
Thanks
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
For a long time now we had this
install.sh
script that was used for local development. As the project is growing we need a more "standard" way to run naas for development.This pull request is improving users/developers experience:
docker-compose
andbat
scripts.git clone
ofnaas_drivers
andawesome-notebooks
./home/ftp/drivers
asnaas_drivers
in the container.persistent
folder for easy file sharing between host and container.naas
deps install is blocking.drivers
deps install is not blocking, install in the background.)