prakhar1989/docker-curriculum

Docker for Beginners -- wasn't able to create a docker image ....

已關閉

#305 建立於 2021年7月30日

 (0 則留言) (0 個反應) (0 位負責人)CSS (1,686 個分叉)batch import
help wantedquestion

倉庫指標

星標
 (4,274 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

I have been working through the tutorial -- https://docker-curriculum.com -- beginner course I get an error when trying to Create a Docker Image. -- run the image and see if it actually works

C:\Users\CarolMugaas\Dockerfiles>docker run -p 8888:5000 ckmugaas/catnip * Running on http://0.0.0.0:5000/ docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "*": executable file not found in $PATH: unknown. docker run -p 8888:5000 docker.io/ckmugaas/catnip * Running on http://0.0.0.0:5000/

I was able to complete -- run docker images C:\Users\CarolMugaas\cd Dockerfiles C:\Users\CarolMugaas\Dockerfiles>docker images REPOSITORY TAG IMAGE ID CREATED SIZE ckmugaas/catnip latest 7f49515d5d73 24 minutes ago 910MB

貢獻者指南