docker_demo/01_registry_pull/01_pull.sh

6 lines
69 B
Bash
Raw Normal View History

2023-10-23 23:47:34 -04:00
#!/bin/bash
docker pull ubuntu:23.04
docker image ls | grep ubuntu