Skip to content

Commit

Permalink
chore: add docker image info
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb authored Jan 5, 2025
1 parent c136e1a commit 6ca771f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ decomposerize can be run in the cli.
$ decomposerize << docker-compose.yml
```
# API
## Docker image
A dockker image of composerize, decomposerize and composeverter websites is available here: https://github.com/Oaklight/composerize-minimal/blob/master/README_en.md (thanks to @Oaklight)
## API
**convertToDockerRunCommands(dockerComposeContent, configuration={})**
Expand All @@ -37,7 +41,7 @@ $ decomposerize << docker-compose.yml
It returns the Docker run command(s) generated based on the input Docker Compose file and the provided configuration
# How to use with node.js
### How to use with node.js
Make sure to install the `composerize` package in your project by running:
Expand Down Expand Up @@ -81,4 +85,4 @@ console.log(dockerRunCommands);
## Maintainers
- ShareVB [GitHub](https://github.com/sharevb)
- ShareVB [GitHub](https://github.com/sharevb)

0 comments on commit 6ca771f

Please sign in to comment.