6 lines
69 B
Bash
6 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker pull ubuntu:23.04
|
||
|
|
||
|
docker image ls | grep ubuntu
|