github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/applications/debug/README.md (about)

     1  This CloudImage only contains a debug:ubuntu docker image. You can use this CloudImage as base image to build other CloudImages.
     2  
     3  # Build a kubernetes-debug-ubuntu CloudImage
     4  
     5  ```
     6  sealer build -m lite -t kubernetes-debug-ubuntu:v1.19.9 .
     7  sealer push kubernetes-debug-ubuntu:v1.19.9
     8  ```
     9  
    10  # Using kubernetes-debug-ubuntu CloudImage as Base Image
    11  
    12  ```
    13  FROM kubernetes-debug-ubuntu:v1.19.9
    14  RUN wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml
    15  CMD kubectl apply -f recommended.yaml
    16  ```
    17  
    18  ## What can this CloudImage do
    19  
    20  This CloudImage contains a debug:ubuntu docker image which may needed by `sealer debug`.  You can see  [sealer debug document](../../docs/debug/README.md) to see how to use `sealer debug`.
    21