docker pull an image and run it
docker pull alpine:3.19
docker image ls
docker run -it -d alpine:3.19 /bin/sh
docker container ls
docker exec -it <container-name-or-id> sh
+V why_null 请备注:from博客园
docker pull alpine:3.19
docker image ls
docker run -it -d alpine:3.19 /bin/sh
docker container ls
docker exec -it <container-name-or-id> sh
+V atob('d2h5X251bGw=')
请备注:from博客园