Hacker News new | past | comments | ask | show | jobs | submit login

Specifying networks is one of the main docker compose commands and seems pretty normal:

  services:
    your_service:
      image: your_image
      networks:
        isolated_network:

    another_service:
      image: another_image
      # This service is on the default network

I'd be curious how a vanilla (actual) networking setup is full of holes...



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: