#docker containers
1 messages · Page 1 of 1 (latest)
The closest is probably the dagger guide for Docker containers: https://docs.dagger.io/1244/docker/ - is this what you’re looking for?
The universe.dagger.io module is meant to provide higher level abstractions on top of core actions. Of these, the universe.dagger.io/docker package provides a general base for building and running docker images.
what if 2 containers have to run at once in the same network? is it considered an anti-pattern?
my current method is to docker-compose up in local dev, and in github action:
- name: Start Service
run: |
docker-compose up -d