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
×
These options are not recognized:
9, 3, :, /, d, 4, 1, 8, 0, env-file
Maybe mispelled?
Compose ID: lnmb47no
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for keynetworks/ztncui
version: '3' services: ztncui: ports: null user: '1' volumes: - '/mydata/ztncui:/opt/key-networks/ztncui/etc' - '/mydata/zt1:/var/lib/zerotier-one' container_name: ztncui image: 'keynetworks/ztncui:latest'
Raw
Try On Play-With-Docker!
WGET:
History
md0fjrbm
,
lvhzdjd5
,
m8og2i07
,
ll27jzks
,
m3ts42el
,
ltnoymg7
,
m1tbyeqq
,
lz08x9sq
,
m7qrwwyb
,
m8bk3wd6
,
lwb70oet
,
m8j73p9m
,
magyb6ra
,
m4qx5f41
,
lwb711ut
,
m356di38
,
lxja8r8g
,
m9ucom7b
,
m0uxjccb
,
m5wi3wbv
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