Viewing profile — sanimej
sanimej
HN member- Joined
- Thu, Jul 23, 2015, 7:58 AM UTC
- HN karma
- 2
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About sanimej
No profile information was provided.
Recent public activity
-
comment
Comment #11500472
Yes, for ex: docker run -d --name web1 --net prod --net-alias web docker run -d --name web2 --net prod --net-alias web resolution for 'web' will return IPs of both the containers. …