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

【2025年01月版】Proxmox VE 8.3 で コンテナイメージのダウンロード

Last updated at Posted at 2025-01-12

はじめに

Proxmox VE 8.3 でコンテナで遊ぶためにイメージをダウンロードするときのメモ

Proxmox の Shell で作業します

コンテナリストの更新

# pveam update
update successful

コンテナリストの取得

# pveam available
mail            proxmox-mail-gateway-8.1-standard_8.1-1_amd64.tar.zst
mail            proxmox-mailgateway-7.3-standard_7.3-1_amd64.tar.zst
system          almalinux-9-default_20240911_amd64.tar.xz
system          alpine-3.18-default_20230607_amd64.tar.xz
system          alpine-3.19-default_20240207_amd64.tar.xz
system          alpine-3.20-default_20240908_amd64.tar.xz
system          alpine-3.21-default_20241217_amd64.tar.xz
system          archlinux-base_20240911-1_amd64.tar.zst
system          centos-9-stream-default_20240828_amd64.tar.xz
system          debian-11-standard_11.7-1_amd64.tar.zst
system          debian-12-standard_12.7-1_amd64.tar.zst
system          devuan-5.0-standard_5.0_amd64.tar.gz
system          fedora-40-default_20240909_amd64.tar.xz
system          fedora-41-default_20241118_amd64.tar.xz
system          gentoo-current-openrc_20231009_amd64.tar.xz
system          openeuler-24.09-default_20241118_amd64.tar.xz
system          opensuse-15.5-default_20231118_amd64.tar.xz
system          opensuse-15.6-default_20240910_amd64.tar.xz
system          rockylinux-9-default_20240912_amd64.tar.xz
system          ubuntu-20.04-standard_20.04-1_amd64.tar.gz
system          ubuntu-22.04-standard_22.04-1_amd64.tar.zst
system          ubuntu-24.04-standard_24.04-2_amd64.tar.zst
system          ubuntu-24.10-standard_24.10-1_amd64.tar.zst
turnkeylinux    debian-10-turnkey-collabtive_16.1-1_amd64.tar.gz
turnkeylinux    debian-10-turnkey-concrete5_16.1-1_amd64.tar.gz
 :
 :

コンテナリストのダウンロード

  • ここでは、nvme-xfs というストレージにダウンロードしている
  • local, local-lvm 等お好きな容量のある場所に
  • ダウンロード先として指定できない場合は、Datacenter → Storage → 対象のID(たとえばlocal-lvm) → Edit → Content に Container を追加
# pveam download nvme-xfs ubuntu-24.10-standard_24.10-1_amd64.tar.zst
downloading http://download.proxmox.com/images/system/ubuntu-24.10-standard_24.10-1_amd64.tar.zst to /mnt/pve/nvme-xfs/template/cache/ubuntu-24.10-standard_24.10-1_amd64.tar.zst
--2025-01-12 17:12:02--  http://download.proxmox.com/images/system/ubuntu-24.10-standard_24.10-1_amd64.tar.zst
Resolving download.proxmox.com (download.proxmox.com)... 51.79.228.122, 2400:ed00:3::2
Connecting to download.proxmox.com (download.proxmox.com)|51.79.228.122|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 143472532 (137M) [application/octet-stream]
Saving to: '/mnt/pve/nvme-xfs/template/cache/ubuntu-24.10-standard_24.10-1_amd64.tar.zst.tmp_dwnl.1723565'
     0K ........ ........ ........ ........ 23% 19.0M 6s
 32768K ........ ........ ........ ........ 46% 30.8M 3s
 65536K ........ ........ ........ ........ 70% 30.7M 2s
 98304K ........ ........ ........ ........ 93% 30.7M 0s
131072K ........                           100% 30.8M=5.1s

さいごに

かんたんでしたね

リンク

Proxmox Container Toolkit

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