0
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?

Dockerイメージ保存とロード

Posted at

よくコンテナ壊しちゃうんで復元用の備忘録メモ

sudo docker images
sudo docker ps -a

▼image保存
docker save image_name > image.tar

▼imageをロード
docker image load -i ./Desktop/work/image.tar

docker-compose.ymlのあるディレクトリで
docker-compose up -d でコンテナ作成
0
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
0
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?