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:
), :, $, (, i, d, g
Maybe mispelled?
Compose ID: lruptwrn
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for adfreiburg/qlever
version: '3' services: qlever: restart: unless-stopped user: '1' volumes: - '/etc/localtime:/etc/localtime:ro' - '$(pwd):/index' ports: - '7015:7015' working_dir: /index entrypoint: null container_name: qlever.server.tiva image: 'adfreiburg/qlever:latest' command: '-c ServerMain tiva -j 8 -p 7015 -m 30G -c 5G -e 1G -k 100 -a tiva_7643543846 > tiva.server-log.txt 2>&1'
Raw
Try On Play-With-Docker!
WGET:
History
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