-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I am trying to port docker-compose-watch to Linux. I will document here the issues so I can track and reference them.
Dependencies
After installation, Ubuntu 18.04 misses some packages.
yaml2json: The package can be downloaded from the repository releases page and stored insidePATH. I read in StackOverflow that installinglibghc-yaml-devpackage also works but I have not tried it.fswatch: A nativefswatchpackage already exists. If your distribution does not provide it, install using Linuxbrew.jq: I had it already installed via Ubuntujqpackage.gdate: Available via Linuxbrew
Compatibility status
It works! The only thing that worries me is some unexpected reloads caused by a file that is not being modified.
Bugs found
I will open separate issues for these bugs when I finish checking Linux compatibility
Parameters clean-up
When provided an extra "-f" parameter without value the script fails to remove it.
Unclear error when container fails to start up
The process continues until some grep fails instead of reporting that the container is not running.
Metadata
Metadata
Assignees
Labels
No labels