Comment on Docker compose questions
TrustingZebra@lemmy.one 1 year ago
You need to learn how to write a Dockerfile (plenty of guides online). Not that a Dockerfile is different from a compose.yaml file (in development I use both).
Comment on Docker compose questions
TrustingZebra@lemmy.one 1 year ago
You need to learn how to write a Dockerfile (plenty of guides online). Not that a Dockerfile is different from a compose.yaml file (in development I use both).
TvanBuuren@feddit.nl 1 year ago
The whole docker thing is rather new to me, thanks for the hints.
TrustingZebra@lemmy.one 1 year ago
No problem! Let me know if you have questions. Docker was new to me a few years ago, now I work with it professionally.