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:
stop-timeout, ), :, $, (, i, d, g
Maybe mispelled?
Compose ID: m4vchh3h
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for storjlabs/storagenode
version: '3' services: storagenode: restart: unless-stopped ports: - 28967:28967/tcp' - '28967:28967/udp' - '127.0.0.1:14002:14002' environment: - 'WALLET='改成eth钱包地址' - EMAIL='改成申请auth token的邮箱' - ADDRESS='改成vps的ip:28967' - STORAGE='2TB' user: '1' volumes: - type: bind source: '改成上文生成认证文件的地址' destination: /app/identity - type: bind source: '改成挂载大硬盘的地址' destination: /app/config container_name: storagenode image: 'storjlabs/storagenode:latest'
Raw
Try On Play-With-Docker!
WGET:
History
mauxpdg4
,
malox1k1
,
lrol7b9w
,
m00o3a7z
,
m2lnj50r
,
m5sdpndt
,
mackhnei
,
m70wm41t
,
ruwx2n
,
m9mj5z8b
,
mbki0bpt
,
m34t29yo
,
lurxsktc
,
m9r514d4
,
m79kuqzi
,
mcg7h6rn
,
m45kwrvf
,
ltnoy6bf
,
m45h14id
,
m4bo2ss8
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