The Wayback Machine - https://web.archive.org/web/20200427103755/https://github.com/magicmark/composerize
Skip to content
πŸƒβ†’πŸŽΌ docker run asdlksjfksdf > docker-composerize up
JavaScript
Branch: master
Clone or download

Latest commit

Latest commit ba0c89b Apr 24, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.dependabot add dependabot Aug 12, 2019
.github add issue template Nov 5, 2017
__tests__ add pid Jun 3, 2018
flow-typed/npm reenable flow Mar 5, 2018
src add pid Jun 3, 2018
.babelrc babel 7 Aug 12, 2019
.editorconfig reorganize repo; fix issue Sep 25, 2017
.eslintrc.js Add/Update eslint related deps Nov 5, 2017
.flowconfig reorganize repo; fix issue Sep 25, 2017
.gitignore reorganize repo; fix issue Sep 25, 2017
.travis.yml rotate travis key Aug 25, 2019
README.md Update README.md Apr 24, 2020
cli.js fix build Mar 5, 2018
jest.config.js reenable flow Mar 5, 2018
package.json Bump babel-jest from 24.8.0 to 24.9.0 Nov 27, 2019
pizz.txt created pizza.txt Aug 13, 2019
rollup.config.js babel 7 Aug 12, 2019
yarn.lock Bump babel-jest from 24.8.0 to 24.9.0 Nov 27, 2019

README.md

composerize

Build Status npm

http://composerize.com - Turns docker run commands into docker-compose files!

Demo

CLI

composerize can be run in the cli.

npm install composerize -g to install, and run as such:

$ composerize docker run -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro --restart always --log-opt max-size=1g nginx

Contributing

  • Clone a fork of the repo and install the project dependencies by running yarn install
  • Make your changes, and build the project by running yarn build
  • Test your changes with yarn test

Maintainers

You can’t perform that action at this time.