docker_demo/01_registry_pull/pull.sh
2023-10-23 23:47:34 -04:00

6 lines
69 B
Bash
Executable file

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