Traceroute
Initiating a traceroute from the remote server to another remote server during support bundle generation is a good way to check on the outbound route used.
- docker.run:
description: Trace route to 1.1.1.1
output_dir: /commands/traceroute/
enable_pull: true
container_create_config:
Config:
Cmd:
- traceroute
- 1.1.1.1
Image: 'alpine:latest'
HostConfig:
AutoRemove: true
NetworkMode: host