Dockerfile to build image with cocaine.
For now this image is just experiment
Current Version: 0.11.2.5
Pull the latest or specific version of the image from the docker index. This is the recommended method of installation as it is easier to update image in the future. These builds are performed by the Docker Trusted Build service.
docker pull burkostya/cocaine:0.11.2.5
Alternately you can build the image yourself.
git clone https://github.com/burkostya/docker-cocaine.git
cd docker-cocaine
docker build -t '<user>/cocaine' .
Run container
docker run --name cocaine -it --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-e "ELLIPTICS_HOSTNAME=${ELLIPTICS_HOSTNAME}" \
--net host \
burkostya/cocaine:0.11.2.5
ELLIPTICS_HOSTNAME must be provided--net host binds container network to host.
Problem is that cocaine randomly expose ports for services
so we do not know which port to bind to host until container is runningOnly elliptics storage available
You must provide environment variable ELLIPTICS_HOSTNAME
Content type
Image
Digest
sha256:eed7dc2d6…
Size
105.7 MB
Last updated
almost 11 years ago
docker pull burkostya/docker-cocaine