-
Notifications
You must be signed in to change notification settings - Fork 0
jamesvren/sdnops
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
## How to generate password:
python3 -c "from webs.login import get_password_hash; print(get_password_hash('your password'))"
## How to build docker
docker-compose binary is arch special, so you have to put the correct binary here before docker build.
docker build . --target sdnops-base -t sdnops-base
## Then you can build image based on previous stage without build base again
docker build . --target sdnops -t sdnops
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published