-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Compose.yaml #969
Comments
Are you looking for a guidance on how to convert your docker command (e.g. Are you currently using compose? How many services your are running there? What specifics of compose are you expecting to be more valuable that using docker cli for |
I don't know how to convert.
I am running 19 services via docker compose and like to store these "configs" in case of an data loss/ hw issue. |
I can't get you app running. I documentation is described to use this command:
I have composerized your command to this:
Is there an option to enter the iCloud pw into the compose? |
When running the docker run command from above this happens:
|
You can use I am not aware of tty & stdin_open options. Without them, compose expects services, in other words headless apps with no stdin/tty input. I also don't know how $(pwd) works in compose. In regular docker run it is passed from the shell that starts the command. Most likely you will need to provide full path in compose file. |
|
Summary
[NOTE]: Please provide a default Docker Compose.yaml
Context
[NOTE]: Managing and modifying containers with Docker Compose is much easier.
The text was updated successfully, but these errors were encountered: