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
mcyla5ha
,
m436x8fr
,
lwb70tfb
,
lyrl7k4i
,
mfyib9ob
,
mg97gj4f
,
m7k3jeti
,
m43wa68b
,
m2wsa4t7
,
m8byl3ca
,
lvdu4xoz
,
m5urg1vl
,
mk79yeku
,
ma3adu7w
,
m6eq2jhl
,
ly8nr32x
,
mfump5q5
,
m7xtlra5
,
mah96k89
,
m3trwe5w
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