79568815

Date: 2025-04-11 12:14:26
Score: 0.5
Natty:
Report link

You can set up your custom network with

docker network create --driver=bridge --subnet=172.20.0.0/24 network-name

And then run the container in this network with --net my_custom_network

Then you can test connection

docker exec -t -i admhttp ping 192.168.1.6

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey