You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.drone.yml | 3 months ago | |
Dockerfile | 11 months ago | |
Jenkinsfile | 7 months ago | |
README.md | 11 months ago | |
docker-compose.yml | 11 months ago | |
entrypoint.sh | 3 months ago |
README.md
Deploying
Since Samba does not really fit in the Docker world,
only viable options are to use macvlan
, ipvlan
networking modes
so the instance appears on the network with dedicated IP.
Alternatively network_mode: host
might be also viable approach.
For sample configuration see docker-compose.yml
.
After provisioning be sure to replace the domain administrator password.
Replacing node
Copy /mnt/ssd/samba
from old node if possible.
After starting with overnode up
check replication status, this should show 0 for every line:
docker exec -it samba_app_1 samba-tool drs showrepl | grep "consecutive failure"
To inspect running version:
docker exec -it samba_app_1 samba-tool -V