Closed uebmaster closed 1 year ago
when i try to get the image:
sudo docker image pull librebooking/librebooking:2.8.6
I got:
Error response from daemon: manifest for librebooking/librebooking:2.8.6 not found: manifest unknown: manifest unknown
Obviously i can't make works docker compose file with:
app: image: librebooking/librebooking:2.8.6-2.3.2 container_name: reservas restart: always depends_on: - db networks: - reservas-net ports: - "8082:80" volumes: - vol-app:/config
Am i doing something wrong?
Thanks in advance.
My mistake, i've tried with:
librebooking/librebooking:2.8.6.1-2.3.2
And works.
I've tried with 2.8.6 cause it was what i had in the compose file, but i suppose that was deleted.
Thanks.
when i try to get the image:
sudo docker image pull librebooking/librebooking:2.8.6
I got:
Error response from daemon: manifest for librebooking/librebooking:2.8.6 not found: manifest unknown: manifest unknown
Obviously i can't make works docker compose file with:
Am i doing something wrong?
Thanks in advance.