5
3

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 alpine のデメリットは yum や apt-get がなくて apk っていう Alpine 専用パッケージ管理システムを使う必要があるところ、かな?

Last updated at Posted at 2019-09-24

パッケージ管理ツール

  • Ubuntu なら apt-get
  • Centos なら yum
  • Apline では apk

Alpine Linux - Wikipedia

Alpine Linuxは独自のパッケージ管理システムとしてAPKを採用している。最初の頃はシェルスクリプトによって書かれていたが[12]、現在はC言語によって書き直されている[13]。GNOME・FFmpeg・Mozilla Firefoxなどが利用できる[14]。

最初は bash が使えないけど?

これも apk add すれば使えるようになるし、ね。

$ docker run -it alpine ash
/ # apt add bash
/ # bash
bash-5.0#

Original by Github issue

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

5
3
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
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?