0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Docker 入門者のアウトプットAdvent Calendar 2024

Day 3

command not found: docker(195) error(154)

Last updated at Posted at 2024-11-29

Docker 入門者のアウトプット Calendar 2024
https://qiita.com/advent-calendar/2024/docker-beginner
Day 3 の投稿予定記事です。

pythonで作業しようと思い、dockerコマンドを実行しようとした。

$ docker run -v Users/ogawakiyoshi/llm:/tmp/llm  -it kaizenjapan/anaconda /bin/bash
bash: docker: command not found
$ docker
bash: docker: command not found
$ exit
exit

bash: docker: command not found

あれ、dockerの中にはdocker導入してないけど。

ちょっと画面を戻したら、docker run少し前にしていた。

いつもはプロンプト#になるはずなのに、
なぜかなってない。

プロンプトの先を見たら、docker runした名前がついてた。そっちでも見分けられたのに。

exitして抜けた。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?