You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These work:
Latest Master, but I would like latest 1.x: docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:latest-16-alpine
Version 1.6.0 stable version Alpine: docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1.6.0-16-alpine
This should be latest stable 1.x alpine, but does not work:
docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1-16-alpine
Response from docker run:
docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1-16-alpine
Unable to find image 'quay.io/soketi/soketi:1-16-alpine' locally
docker: Error response from daemon: manifest for quay.io/soketi/soketi:1-16-alpine not found: manifest unknown: manifest unknown.
See 'docker run --help'.
The following example versions are valid:
1.0.0-16-alpine (points to 1.0.0)
1.0-16-alpine (points to the latest 1.0)
1-16-alpine (points to the latest 1.x)
latest-16-alpine (points to the latest master branch)
The text was updated successfully, but these errors were encountered:
These work:
Latest Master, but I would like latest 1.x: docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:latest-16-alpine
Version 1.6.0 stable version Alpine: docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1.6.0-16-alpine
This should be latest stable 1.x alpine, but does not work:
docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1-16-alpine
Response from docker run:
Unable to find 1-16-alpine on quay.io.
Documentation reference (https://docs.soketi.app/getting-started/installation/docker):
The text was updated successfully, but these errors were encountered: