Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker image name that is used to run the starter container #53

Merged
merged 1 commit into from
May 19, 2017

Conversation

ewoutp
Copy link
Contributor

@ewoutp ewoutp commented May 19, 2017

fixes #52

The recommended commands to start other starters (when using docker) now shows the image that was use to start the container running the first starter.

In this snippet,

docker volume create arangodb2 && \
    docker run -it --name=adb2 --rm -p 8533:8528 -v arangodb2:/data \
    -v /var/run/docker.sock:/var/run/docker.sock arangodb/arangodb-starter:latest \
    --starter.address=192.168.10.11 --starter.join=192.168.10.11

the arangodb/arangodb-starter:latest part is now read from the docker container info of the running container.

@ewoutp ewoutp merged commit 4e25cc0 into master May 19, 2017
@ewoutp ewoutp deleted the actual-starter-imagename branch May 19, 2017 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Static docker image name fails with custom build for other architectures
1 participant