mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
parent
05f993ceb8
commit
5298271bfd
2 changed files with 18 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
#
|
||||
# configuration checks
|
||||
#
|
||||
|
||||
@test "checking configuration: hostname/domainname" {
|
||||
run docker run `docker inspect --format '{{ .Config.Image }}' mail`
|
||||
[ "$status" -eq 1 ]
|
||||
}
|
||||
|
||||
#
|
||||
# processes
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue