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

Quick-Start will not run on Linux Mint #43

Open
barrybarney opened this issue Dec 5, 2023 · 0 comments
Open

Quick-Start will not run on Linux Mint #43

barrybarney opened this issue Dec 5, 2023 · 0 comments

Comments

@barrybarney
Copy link

The quick-start app would not run on my linux box (Linux Mint 21.2). The first issue was that there is no image on docker hub tagged as 'latest' so the docker run command fails. I changed it to this:
container_id=$(docker run --rm --detach -p 8200:8200 -e 'VAULT_DEV_ROOT_TOKEN_ID=dev-only-token' vault:1.13.3)
I'm not sure if its a good idea to use a specific version tag but it worked.

The second issue is that the dotnet app calls for a specific version of the dotnet framework that is w..a..y out of date. Trying to install a deprecated dotnet framework was a rabbit hole I didn't want to go down. I changed the quickstart.csproj to this:
<TargetFramework>net7.0</TargetFramework>

After making those two changes the run script worked.

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

No branches or pull requests

1 participant