docker_demo/01_registry_pull/01_pull.sh

6 lines
69 B
Bash
Executable file

#!/bin/bash
docker pull ubuntu:23.04
docker image ls | grep ubuntu