Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

add Dockerfile for building/running u2fval #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sgoings
Copy link

@sgoings sgoings commented Nov 13, 2015

I found it useful to experiment with u2fval using a Docker container built with this Dockerfile, so I'm offering it upstream. 😄

It's fairly simple right now and definitely could be improved over time, but at least this gives people a starting place to use u2fval more easily.

All you need to do is:

  • install Docker
  • docker build -t u2fval .
  • docker run --name u2fval --rm -p <host port>:8080 u2fval

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant