FROM ubuntu:23.04 CMD echo hello world. $ docker build -t mydocker . Once the image is ready we can run it and it will print out "hello world" as expected.
確定! 回上一頁