LoginSignup
4
2

More than 3 years have passed since last update.

RHEL8にPodman とpodman-composeを入れる方法 (備忘録)

Last updated at Posted at 2020-04-22

はじめに

RHEL7入れようと思ったらRHEL8でした...
まぁ、仕方がないのでdocekr入れようとしたら

「RHEL8ではdockerパッケージの廃止」

.....まじか。
その代わりにpodmanというのを使えばdockerとほぼ同じように使えるとのことです。

公式
(https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/8/html-single/building_running_and_managing_containers/index)

ということで入れていきます!

1.podmanのインストール

$ yum module install -y container-tools

2.podma-composeのインストール

podman-composeを入れるためにpip3を使うのでインストール

$ sudo dnf install python36 

podman-compsoeのインストール

$ pip3 install podman-compose

終わり!

おわりに

たった3コマンドで入ってしまいました...
新しい技術は日本語の記事が少なくて大変ですが、それを凌駕するほどに便利ですね!

参考

https://qiita.com/HOBO0222/items/37941306c33c67a75c0f
https://xn--o9j8h1c9hb5756dt0ua226amc1a.com/?p=4038

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