Viewing a single comment thread. View all comments

step21 t1_j19vr7h wrote

‚Should be a one click deployment‘ lol, famous last words

140

artsybashev t1_j1c7pzh wrote

a lot of stuff can be run locally with git clone ... and docer compose up

13

Jonno_FTW t1_j1ctwja wrote

docker run ... in the ideal world, assuming someone made the Docker image properly.

1

lolorenz t1_j1cztpc wrote

Docker compose is a service that allows to controll multiple docker container and handle their interactions. So docker compose up already is in an ideal world :P

5

Jonno_FTW t1_j1gjx2f wrote

We use docker compose so much at work we have alias dc=docker compose on most of our cloud deployments.

1