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:
), :, /, r, n, s, $, (, i, d
Maybe mispelled?
Compose ID: m8byl3ca
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for somatorio/emulationstation
version: '3' services: emulationstation: environment: null devices: - /dev/input - /dev/snd volumes: - '$HOME/.emulationstation:/root/.emulationstation' - '$HOME/roms:/root/roms' - /run/user/$(id - '/tmp/.X11-unix/:/tmp/.X11-unix/' - '/var/run/dbus:/var/run/dbus' - '/var/run/docker.sock:/var/run/docker.sock' user: '1' image: 'somatorio/emulationstation:latest'
Raw
Try On Play-With-Docker!
WGET:
History
m644ldxr
,
lr1iuqcn
,
ma3adu7w
,
m6eq2jhl
,
ly8nr32x
,
m6plersy
,
mah96k89
,
m85z5dsa
,
m5aibazm
,
m33k8ip4
,
m09wlzcu
,
m2y80blg
,
m4cjkhin
,
m2llf1gb
,
m5l79mli
,
mb3c6tfo
,
m568ktpj
,
m2z1e6pg
,
m3trnbcq
,
m2c7sbj9
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