Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changed Container-Restart-Policy from 'always' to 'unless-stopped'
  • Loading branch information
herbertsteininger committed Aug 9, 2017
1 parent 342e17e commit e79f1be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -135,21 +135,21 @@ Keep hostname, mac-address and IP-Portmapping, because of MatLab-License-Host-Ma

###### license01
```
docker run -itd --restart always -p 192.168.1.241:27000-27001:27000-27001 \
docker run -itd --restart unless-stopped -p 192.168.1.241:27000-27001:27000-27001 \
--mac-address="00:00:00:00:00:01" -h license01 --name=license01 \
hsteininger/domalima
```

###### license02
```
docker run -itd --restart always -p 192.168.1.242:27000-27001:27000-27001 \
docker run -itd --restart unless-stopped -p 192.168.1.242:27000-27001:27000-27001 \
--mac-address="00:00:00:00:00:02" -h license02 --name=license02 \
hsteininger/domalima
```

###### license03
```
docker run -itd --restart always -p 192.168.1.243:27000-27001:27000-27001 \
docker run -itd --restart unless-stopped -p 192.168.1.243:27000-27001:27000-27001 \
--mac-address="00:00:00:00:00:03" -h license03 --name=license03 \
hsteininger/domalima
```
Expand Down

0 comments on commit e79f1be

Please sign in to comment.