async-traceroute 0.1.2

Async Traceroute library/command-line tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: '3.8'

services:
  async-traceroute:
    build:
      context: .
      dockerfile: Dockerfile
    container_name: async-traceroute
    command:
      - google.com
    cap_add:
      - NET_RAW
    deploy:
      resources:
        limits:
          cpus: 1.0