Skip to content

Commit 85e3981

Browse files
authored
Update README with note on how to validate output.
1 parent dfc73d0 commit 85e3981

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ Use the new image to generate a docker-compose file from a running container or
4646
To print out all containers in a docker-compose format:
4747

4848
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose $(docker ps -aq)
49+
50+
## Contributing
51+
52+
When making changes, please validate the output from the script by writing it to a file (docker-compose.yml or docker-compose.yaml) and running "docker-compose config" in the same folder with it to ensure that the resulting compose file will be accepted by docker-compose.

0 commit comments

Comments
 (0)