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:
detach, s, a, _, o, r, i, d, g, f, x, n, =, ", 1, 0, ., 3, replace, group-add
Maybe mispelled?
Compose ID: matz5wc6
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for ollama/ollama
version: '3' services: ollama: pull_policy: newer environment: null hostname: '1' volumes: - 'ollama:/root/.ollama' security_opt: - 'label=type:container_runtime_t' devices: - /dev/kfd - /dev/dri ports: - '11434:11434' container_name: ollama image: 'ollama/ollama:rocm' volumes: ollama: external: false
Raw
Try On Play-With-Docker!
WGET:
History
ma46rwa8
,
m1khr732
,
md1g5p32
,
lz9ur8lr
,
m5wwosqd
,
m6e57jii
,
lwdumswc
,
mdcy6k4x
,
m1ar4qsi
,
mcf0w1cj
,
m7on5sw1
,
m73h9nnc
,
mfb5bnz1
,
m5wi3wbv
,
m8ymcwy0
,
m9nafey7
,
lyuzi0sk
,
ma56cxxo
,
m9zfugb8
,
m5eg2mog
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