 
  
   
  
   
  
   
  
   
  
   
  
   
  
  [
    {
        'name': 'Мск',
        'count': 100000,
        'sex': {
            'male': 50000,
            'female': 50000
        },
        'prices': {
            '50000': 10,
            '30000': 100,
            ...
        }
    }
    ...
] 
  
   
  
   
  
  "Networks": {
                "my_project_default": {
                    "IPAMConfig": null,
                    "Links": [
                        "my_project_postgres_1:my_project_postgres_1",
                         ...
                    ],
                    "Aliases": [
                        "web",
                        "1dd9aaad966e"
                    ],
                    "NetworkID": "5799eeb3958ea22d7853bb22ca6dcf376fdb0f7cfdcc46cd19f347697c06d743",
                    "EndpointID": "c498ff8ab1fdec88e7d6072455bbfd328168de9f9f254604aea3b6846f60c205",
                    "Gateway": "172.23.0.1",
                    "IPAddress": "172.23.0.7",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "02:42:ac:17:00:07",
                    "DriverOpts": null
                }
            } 
  
  $ tcping 0.tcp.ngrok.io 15591
# Output:
0.tcp.ngrok.io port 15591 closed.$ tcping 0.tcp.ngrok.io 15591
# Output:
0.tcp.ngrok.io port 15591 open.$ tcping 0.tcp.ngrok.io 15591
# Output
0.tcp.ngrok.io port 15591 open.$ tcping 0.tcp.ngrok.io 15591
# Output
0.tcp.ngrok.io port 15591 closed. 
  
   
  
  