Skip to content

Commit

Permalink
rename container
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueCaires committed Oct 30, 2018
1 parent 9f876db commit ca2b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/run_zabbix_container.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
docker pull zabbix/zabbix-appliance:ubuntu-4.0-latest
docker run --name myZabbix -p 43210:80 -d zabbix/zabbix-appliance:ubuntu-4.0-latest
docker run --name MyZabbixServer -p 43210:80 -d zabbix/zabbix-appliance:ubuntu-4.0-latest
docker ps -a
until curl --fail --silent --request POST --url http://MyZabbixServer:43210/api_jsonrpc.php --header 'Content-Type: application/json' --data '{"jsonrpc": "2.0", "method": "apiinfo.version", "params": [], "id": 1}'; do printf '.'; sleep 1; done

0 comments on commit ca2b121

Please sign in to comment.