To run the container, do the following:
sudo docker-compose build
sudo docker-compose up -d
You can see services:
And provide samba DC service witch you can access to \\localhost
with samba.dom\Administrator
, password is Password1!
.
If you do not confort with password, you can change it docker-compose.yml and scripts/postgres_create_db_users.sql before run the container.