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:
n, a, m, =, _, o, f, c, t, i, r
Maybe mispelled?
Compose ID: m4qx7o8r
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for bin/bash
version: '3' services: bin: environment: null image: '/bin/bash:latest'
Raw
Try On Play-With-Docker!
WGET:
History
m7ojr0qt
,
mamj1gh6
,
m6ewnj8g
,
m1usa485
,
m972ckvk
,
m5czs55n
,
m90hz53w
,
lyek3rqh
,
me6n2qjc
,
rqhv9t
,
m6gjq527
,
m73l6g8o
,
m23n1g78
,
m33hxvvx
,
m5s9k2f8
,
ly1h141i
,
m1bu0wfe
,
mab4vpfo
,
mcyla5ha
,
m283fg9z
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