You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
If you prefer having the three documents in separate YAML files, omit the `-s` option to
181
-
the `docker-app init` command. This will create a directory instead of a singe file, containing
180
+
If you prefer having the three core documents in separate YAML files, omit the `-s` / `--single-file` option to
181
+
the `docker-app init` command. This will create a directory instead of a single file, containing
182
182
`metadata.yml`, `docker-compose.yml` and `settings.yml`.
183
183
184
184
Converting between the two formats can be achieved by using the `docker-app split` and `docker-app merge` commands.
185
185
186
+
Note that you cannot store attachments in the single file format. If you want to use attachments you should use the directory format.
187
+
188
+
## Attachments (Storing additional files)
189
+
190
+
If you want to store additional files in the application package, such as `prod.yml`, `test.yml` or other config files, use the directory format and simply place these files inside the *.dockerapp/ directory. These will be bundled into the package when using `docker-app push`
191
+
186
192
## Sharing your application on the Hub
187
193
188
194
You can push any application to the Hub using `docker-app push`:
0 commit comments