Difference between revisions of "Image (docker-compose.yml)"
Jump to navigation
Jump to search
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | |||
− | |||
− | |||
− | |||
image: Ubuntu | image: Ubuntu | ||
+ | image: ubuntu | ||
image: [[nginx]]:1.17.3 | image: [[nginx]]:1.17.3 | ||
+ | image: [[grafana]]/grafana:7.0.6 | ||
image: [[postgres]]:11.8-alpine | image: [[postgres]]:11.8-alpine | ||
image: [[docker.elastic.co]]/elasticsearch/elasticsearch:7.8.0 | image: [[docker.elastic.co]]/elasticsearch/elasticsearch:7.8.0 | ||
image: [[elastichq]]/elasticsearch-hq | image: [[elastichq]]/elasticsearch-hq | ||
− | + | image: [[golang]]:1.15-alpine | |
+ | image: [[memcached]]:1.6.10 | ||
+ | image: [[rabbitmq]]:3-management | ||
+ | image: [[quay.io]]/prometheus/node-exporter:[[latest]] | ||
+ | image: ${YOUR_CONTAINER_REGISTRY_BASE}/your_app:${YOUR_IMAGE_TAG} | ||
+ | |||
+ | |||
[[docker-compose up -d]] | [[docker-compose up -d]] | ||
Creating network "ubuntu_default" with the [[default driver]] | Creating network "ubuntu_default" with the [[default driver]] | ||
− | ERROR: no such image: Ubuntu: invalid reference format: repository name must be lowercase | + | ERROR: no such image: Ubuntu: [[invalid reference format: repository name must be lowercase]] |
== Related terms == | == Related terms == |
Latest revision as of 12:12, 18 January 2023
image: Ubuntu image: ubuntu image: nginx:1.17.3 image: grafana/grafana:7.0.6 image: postgres:11.8-alpine image: docker.elastic.co/elasticsearch/elasticsearch:7.8.0 image: elastichq/elasticsearch-hq image: golang:1.15-alpine image: memcached:1.6.10 image: rabbitmq:3-management image: quay.io/prometheus/node-exporter:latest image: ${YOUR_CONTAINER_REGISTRY_BASE}/your_app:${YOUR_IMAGE_TAG}
docker-compose up -d Creating network "ubuntu_default" with the default driver ERROR: no such image: Ubuntu: invalid reference format: repository name must be lowercase
Related terms[edit]
See also[edit]
docker-compose
,docker-compose.yml
: [services
|volumes
|networks
|up
|down
|restart
|logs
|create
|changelog
|version
|secrets
|config
|-v
|-h
|exec], docker-compose pull
,Environment:
, Docker-compose.yml examples,.env
, release notes, expose:, docker-compose --env-file,services.deploy.resources
Advertising: