Skip to content

magicmark/composerize

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 12, 2019 01:09
July 27, 2022 11:31
January 20, 2021 17:58
August 20, 2023 14:11
May 2, 2020 17:34
May 10, 2020 17:32
May 2, 2020 17:34
September 24, 2017 21:09
September 24, 2017 21:09
May 2, 2020 18:58
January 20, 2021 17:58
August 6, 2022 18:03
May 10, 2020 17:38
May 2, 2020 17:34
August 13, 2019 15:32
March 8, 2023 23:43

composerize

Build Status npm Follow @mark_larah

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
  • Make your changes, and build the project by running make build
  • Test your changes with make test

yarn version

Needs yarn@1.19.1. See yarnpkg/yarn#7734.

Maintainers