1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Dockerいろいろ

Posted at

Dockerコマンドの覚書

# docker開始
docker start <docker_name>
# docker停止
docker stop <docker_name>
# docker プロセス確認
docker ps
# docker 実行例
docker -itd -p <port_num>:<port_num> <docker_name> <docker_image> <shell> -v <mount_vlume>
# docker 再構築
docker container prune
# dockerイメージ 完全削除
docker image prune

その他

# ポート確認
netstat -tupln
# ディスク容量割り当て確認
df -h
1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?