All translations
Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h English (en) | ====== Use a Docker Compose file ====== These configuration files make it easy to download, run, and publish any application distributed as a Docker image. To get started create a '''docker-compose.yml''' file somewhere in your server. Use the following simple example as a guide for yours:<syntaxhighlight lang="yaml" line="1" start="1"> version: "3.7" |