Skip to content

Commit

Permalink
doc: use term "container" instead of "Docker"
Browse files Browse the repository at this point in the history
The images can be used by all OCI-standard implementations.
The only Docker-specific entity around the images is the Dockerfile,
but the images themselves work perfectly with Podman, containerd, CRI-O,
Docker.
  • Loading branch information
MrAnno committed Nov 1, 2024
1 parent 18bac3b commit 8eb2b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/docker.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Docker image
# Container images

The `openwec` docker image enables you to test and deploy openwec easily. It contains two precompiled binaries: `openwec` (cli) and `openwecd` (server).
The `openwec` container image enables you to test and deploy openwec easily. It contains two precompiled binaries: `openwec` (cli) and `openwecd` (server).

## Getting `openwec` image

### From ghcr.io

The `openwec` docker image is automatically built using Github Actions:
The `openwec` container image is automatically built using Github Actions:
- On each commit to the `main` branch, the image is built and pushed with the `main` tag.
- When a version tag is pushed, the image is built and pushed with a tag corresponding to that version. The latest version tag can be retrieved using the `latest` tag.

Expand Down

0 comments on commit 8eb2b49

Please sign in to comment.