mirror of
https://github.com/tiennm99/docker-images.git
synced 2026-05-21 04:24:09 +00:00
035484e5cf
Added a docker-compose.example.yml for Couchbase-2.5 and updated the README with usage instructions. Enhanced the Dockerfile to ensure scripts use Unix line endings and are executable, improving container reliability.
23 lines
648 B
Markdown
23 lines
648 B
Markdown
# Docker Images
|
|
|
|
My custom Docker images. Most of them are legacy packages that not be supported anymore, so don't have a official Docker image.
|
|
|
|
## Couchbase-2.5
|
|
|
|
### Download
|
|
|
|
```
|
|
docker pull ghcr.io/tiennm99/docker-images/couchbase-2.5:latest
|
|
```
|
|
|
|
More options: https://github.com/tiennm99/docker-images/pkgs/container/docker-images%2Fcouchbase-2.5
|
|
|
|
### Docker compose example
|
|
|
|
- [docker-compose.example.yml](couchbase-2.5/docker-compose.example.yml)
|
|
|
|
### Credits
|
|
|
|
- https://docs.couchbase.com/couchbase-manual-2.5/cb-install/
|
|
- https://github.com/couchbase/docker/tree/a9e69006c4dae3d6b8aa4055436c83e9cd51d9e4/enterprise/couchbase-server/2.5.2
|