Skip to content

Commit

Permalink
Merge pull request #5711 from ryanrussell/main
Browse files Browse the repository at this point in the history
docs(docker): Improve docker/README.md Readability
  • Loading branch information
BohuTANG authored Jun 1, 2022
2 parents c1a175c + a3d8480 commit 4c4dbf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<img src="https://img.shields.io/github/workflow/status/datafuselabs/databend/Release" alt="CI Status" />
</a>

<img src="https://img.shields.io/badge/Platform-Linux%2C%20macOS%2C%20ARM-green.svg?style=flat" alt="patform" />
<img src="https://img.shields.io/badge/Platform-Linux%2C%20macOS%2C%20ARM-green.svg?style=flat" alt="Linux Platform" />

<a href="https://opensource.org/licenses/Apache-2.0">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="license" />
Expand Down
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Multi-archtecture Docker image support
# Multi-architecture Docker image support

Support cross platform docker image build

Expand Down Expand Up @@ -29,7 +29,7 @@ docker run --privileged --rm tonistiigi/binfmt --install all

## Build and push container for supported platforms

### initilize host networking
### initialize host networking

```bash
docker buildx create --name host --use --buildkitd-flags '--allow-insecure-entitlement network.host'
Expand Down

0 comments on commit 4c4dbf4

Please sign in to comment.