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

update dev script to use docker container instead of docker service #1827

Merged
merged 1 commit into from
May 20, 2020

Conversation

NicolasMahe
Copy link
Member

@NicolasMahe NicolasMahe commented May 19, 2020

  • update dev script to use container instead of service
  • fix make clean

@NicolasMahe NicolasMahe self-assigned this May 19, 2020
@NicolasMahe NicolasMahe added the release:change Pull requests that change something existant label May 19, 2020
@NicolasMahe NicolasMahe changed the title update dev script to use container instead of service update dev script to use docker container instead of docker service May 19, 2020
--name $ENGINE_NAME \
-p 1317:1317 \
-p 50052:50052 \
-p 26657:26657 \
--network $NETWORK_NAME \
--label com.docker.stack.namespace=$ENGINE_NAME \
--volume engine:/root/ \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I set up a volume so the data are persisted

@NicolasMahe NicolasMahe merged commit dbe6dd8 into dev May 20, 2020
@NicolasMahe NicolasMahe deleted the fix/dev-scripts branch May 20, 2020 04:12
@NicolasMahe NicolasMahe modified the milestones: next, v0.25.0 May 20, 2020
@NicolasMahe NicolasMahe mentioned this pull request May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:change Pull requests that change something existant
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant