Sign inSign up

oaklight/composerize

By oaklight

•Updated 4 months ago

You have found THE SMALLEST (~7MB) image for composerize!

Image
Developer tools
3

100K+

oaklight/composerize repository overview

⁠Composerize Minimal

⁠Quick Start

To use the pre-built oaklight/composerize image from Docker Hub⁠, use the compose.yaml⁠ file:

docker compose -f compose.yaml up

Access the websites:

⁠compose.yaml File

Here is the content of the compose.yaml file:

services:
  composerize:
    image: oaklight/composerize:latest
    ports:
      - "8080:3000"
⁠Equivalent docker run Command

If you prefer to use docker run instead of Docker Compose, here is the equivalent command:

docker run -d -p 8080:3000 oaklight/composerize:latest
⁠More Details

For more details, please refer to GitHub: https://github.com/Oaklight/composerize-minimal/⁠


⁠Composerize 极简版

⁠快速开始

要使用 Docker Hub⁠ 上预构建的 oaklight/composerize 镜像,请使用 compose.yaml⁠ 文件:

docker compose -f compose.yaml up

访问以下网站:

⁠compose.yaml 文件内容

以下是 compose.yaml 文件的内容:

services:
  composerize:
    image: oaklight/composerize:latest
    ports:
      - "8080:3000"
⁠等效的 docker run 命令

如果您更喜欢使用 docker run 而不是 Docker Compose,以下是等效的命令:

docker run -d -p 8080:3000 oaklight/composerize:latest
⁠更多详情

更多详情,请参考 GitHub: https://github.com/Oaklight/composerize-minimal/⁠

Tag summary

Content type

Image

Digest

sha256:198252b47…

Size

1.9 MB

Last updated

4 months ago

docker pull oaklight/composerize