Skip to content
Snippets Groups Projects
Commit 4d583753 authored by Linfeng Qian's avatar Linfeng Qian
Browse files

update README for docker

parent eb751287
No related branches found
No related tags found
No related merge requests found
**NOTE**: `Dockerfile.aarch64` is not working for now. **NOTE**: `Dockerfile.aarch64` is not working for now.
## Build the docker image ## Build the docker image with `v0.6.3`
``` ```
docker build -f Dockerfile.x86_64 . -t simple-http-server docker build --build-arg BRANCH=v0.6.3 -f Dockerfile.x86_64 . -t simple-http-server
``` ```
## Run the docker image ## Run the docker image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment