You guys should have told me that there was a bug when creating a file, its fixed now, sorry about that :)
Docker-Compose Generator
Your Docker Run Cmd :
Unchecked:
Public
Checked:
Private
show docker-compose.yml
Compose File
Public
×
Using PWD in volumes wont work in docker-compose, either use use " . " or full path on source
×
These options are not recognized:
runtime, shm-size, `, :, i, d, g
Maybe mispelled?
Compose ID: m9v89aeu
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for h2o-llmstudio
version: '3' services: h2o-llmstudio: init: true user: '1' ports: - '10101:10101' volumes: - '`pwd`/data:/workspace/data' - '`pwd`/output:/workspace/output' - '~/.cache:/home/llmstudio/.cache' image: 'h2o-llmstudio:latest'
Raw
Try On Play-With-Docker!
WGET:
History
m2tp21t9
,
m20sxr1s
,
m3nwawka
,
m5iov5z9
,
m9gnhzb2
,
lz9uujtj
,
m16noffo
,
ll27j3gt
,
m70igh8y
,
m7gvf3l5
,
m9rqbdvx
,
m67zh6pw
,
m3d6xjfq
,
m9hd6fue
,
ls542w9q
,
ly4fzfue
,
mdpqkwzh
,
m9gnwamq
,
m3lzx67y
,
m6qalspz
Examples
PHP+Apache
,
MariaDB
,
Python
,
Postgres
,
Redis
,
Jenkins
Traefik
Docker Inspect To Docker Run
Did you forget your docker run command to a running container? This will inspect a running container and provide you with the "docker run" command
Run This Command On Your Host:
docker inspect --format "$(curl -s https://run.docker-compose.net)" YOUR-CONTAINER-ID/NAME
Offline Version:
Open:
https://run.docker-compose.net
and save the content as run.tpl, and transfer it to your host, then run:
docker inspect --format "$(cat /location/of/run.tpl)" YOUR-CONTAINER-ID/NAME