You have found THE SMALLEST (~7MB) image for composerize!
100K+
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 FileHere is the content of the compose.yaml file:
services:
composerize:
image: oaklight/composerize:latest
ports:
- "8080:3000"
docker run CommandIf you prefer to use docker run instead of Docker Compose, here is the equivalent command:
docker run -d -p 8080:3000 oaklight/composerize:latest
For more details, please refer to GitHub: https://github.com/Oaklight/composerize-minimal/
要使用 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/
Content type
Image
Digest
sha256:198252b47…
Size
1.9 MB
Last updated
4 months ago
docker pull oaklight/composerize