feat: Support image commit (#844)

This commit is contained in:
Kroese
2024-11-13 00:39:48 +01:00
committed by GitHub
parent a6694a6b29
commit e9edacc9c3
2 changed files with 20 additions and 14 deletions

View File

@@ -168,7 +168,7 @@ kubectl apply -f kubernetes.yml
- you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly.
- it could help to add `privileged: true` to your compose file (or `sudo` to your `run` command), to rule out any permission issue.
- it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue.
### How do I assign an individual IP address to the container?