full-elephant-64647
05/23/2023, 2:09 PM/mnt/d/container-demo # nerdctl build --tag container-demo:latest .
FATA[0000] lstat /Containerfile: no such file or directory
fast-garage-66093
05/23/2023, 3:42 PMloud-motorcycle-81
05/23/2023, 3:45 PMfast-garage-66093
05/23/2023, 3:47 PMfull-elephant-64647
05/23/2023, 3:58 PMfast-garage-66093
05/23/2023, 4:00 PMfull-elephant-64647
05/23/2023, 4:20 PMfast-garage-66093
05/23/2023, 4:22 PMfull-elephant-64647
05/23/2023, 4:28 PMrapid-eye-50641
05/23/2023, 7:19 PMecho "FROM alpine" > Dockerfile
echo 'CMD ["echo", "Hello World!!"]' >> Dockerfile
nerdctl build -t hello-world:0.1.0 .
nerdctl images