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

build: add all-in-one container #397

Merged
merged 1 commit into from
Jan 7, 2023
Merged

build: add all-in-one container #397

merged 1 commit into from
Jan 7, 2023

Conversation

wenfengwang
Copy link
Contributor

@wenfengwang wenfengwang commented Jan 6, 2023

Signed-off-by: wenfeng [email protected]

What problem does this PR solve?

Issue Number: close #xxx

Problem Summary

Add all-in-one container for local test and quickstart

What is changed and how does it work?

docker network create --driver bridge vanus-quickstart

docker run -d --rm \
  --network vanus-quickstart \
  -p 8080:8080 \
  -p 8081:8081 \
  --name vanus-all-in-one public.ecr.aws/vanus/all-in-one:latest

export VANUS_GATEWAY=127.0.0.1:8080

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

@wenfengwang wenfengwang requested a review from xdlbdy as a code owner January 6, 2023 17:51
@wenfengwang wenfengwang merged commit 6a23a87 into main Jan 7, 2023
@ifplusor ifplusor deleted the all-in-one branch March 3, 2023 03:39
wenfengwang added a commit that referenced this pull request Mar 23, 2023
Signed-off-by: wenfeng <[email protected]>

Signed-off-by: wenfeng <[email protected]>
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.

2 participants