基础指令

    1. lxc profile show default
    2. lxc profile edit default

    配置网络,创建端口映射

    1. lxc config device add lak proxy0 proxy listen=tcp:202.201.163.152:60611 connect=tcp:10.22.28.231:22 bind=host
    2. lxc config device remove xiami proxy0