Sign inSign up

icedream/composerize

By icedream

Updated over 8 years ago

Composerize as a Docker image!

Image
8

100K+

icedream/composerize repository overview

Composerize Docker image

What is Composerize?

Composerize is a utility that converts any given docker run command to its equivalent Docker Compose v2 configuration.

Usage

To run a container and expose the website at port 8080, run this command:

docker run -p "8080:8080" --rm icedream/composerize

Or use this Docker Compose YAML configuration (docker-compose.yml) file:

version: '2'
services:
    composerize:
        image: icedream/composerize
        ports:
            - '8080:8080'

Tag summary

Content type

Image

Digest

Size

50.6 MB

Last updated

over 8 years ago

docker pull icedream/composerize