mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-11 01:30:19 +00:00
cosmetic diffs
This commit is contained in:
parent
fd77e8f93b
commit
abaadbc778
@ -1 +0,0 @@
|
|||||||
docker/debian/Dockerfile
|
|
||||||
11
OCI/README.md
Normal file
11
OCI/README.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# OCI
|
||||||
|
**Note:** You need to be in the root path of the repo!
|
||||||
|
|
||||||
|
Build local docker image:
|
||||||
|
```
|
||||||
|
$ docker build -t sos-milter:local -f OCI/Dockerfile .
|
||||||
|
```
|
||||||
|
Run it (with default ENV-values!):
|
||||||
|
```
|
||||||
|
$ docker run -d sos-milter:local
|
||||||
|
```
|
||||||
@ -345,7 +345,7 @@ if __name__ == "__main__":
|
|||||||
raise_exceptions=True,
|
raise_exceptions=True,
|
||||||
client_strategy='RESTARTABLE'
|
client_strategy='RESTARTABLE'
|
||||||
)
|
)
|
||||||
logging.info("LDAP-Connection steht. PID: " + str(os.getpid()))
|
logging.info("LDAP-Connection established. PID: " + str(os.getpid()))
|
||||||
except LDAPException as e:
|
except LDAPException as e:
|
||||||
print("LDAP-Exception: " + traceback.format_exc())
|
print("LDAP-Exception: " + traceback.format_exc())
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user