Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
sapphire (sapphire@shortstacksran.ch)'s status on Monday, 06-Jan-2025 05:14:49 JSTsapphire @matty
>If I wanted to run a service
one docker container per application
>how does one container talk to another
Docker handles that through its own virtual network
>what if I wanted to run a reverse proxy
docker run -d nginx
>what if I wanted to scale
kubernetes or docker-compose depending on which flavor of autism you prefer