Closed BaochengSu closed 2 years ago
This should close #238
Looks good. Which docker packages did you test? Maybe mention this in the commit log.
Looks good. Which docker packages did you test? Maybe mention this in the commit log.
The debian official docker.io and docker-compose packages are tested with below method:
For docker.io package:
docker run -it debian:bullseye-slim /bin/bash
/# apt update
/# apt install wget
/# wget xxxx.com
For docker-compose package:
docker-compose up
with
version: '2'
services:
hello_world:
image: debian:bullseye-slim
command: [/bin/echo, 'Hello world']
Also enable the CONFIG_BRIDGE_NETFILTER.
Signed-off-by: Su Baocheng baocheng.su@siemens.com