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.
This command will create a local, editable copy of the app on your system. By default, the copy is created inside the current directory; you may use the `--path` flag to configure a different destination.
216
+
217
+
For example, the following will create the `/opt/myapps/hello2.dockerapp` folder containing the forked app's files:
We have lots of ideas for making Compose-based applications easier to share and reuse, and making applications a first-class part of the Docker toolchain. Please let us know what you think about this initial release and about any of the ideas below:
@@ -227,6 +243,7 @@ Usage:
227
243
Available Commands:
228
244
completion Generates bash completion scripts
229
245
deploy Deploy or update an application
246
+
fork Create a fork of an existing application to be modified
230
247
helm Generate a Helm chart
231
248
init Start building a Docker application
232
249
inspect Shows metadata and settings for a given application
0 commit comments