Docker for DevOps engineer 1 minute read

Hai semuanya, di materi kali ini kita akan membahas tentang System Requirement untuk menginstall Docker. Untuk memahami yang saya sampaikan, di harapkan temen-temen juga menginstall Docker sesuai dengan laptop dengan platform masing-masing. Nah jadi ada beberapa yang perlu kita siapkan diantaranya

Pengguna Linux

Untuk linux users, temen-temen diharuskan untuk memiliki laptop dengan spesifikasi minimum sebagai berikut:

  1. OS yang di support oleh docker: CentOS, Debian, Fedora, Raspbian, dan Ubuntu
  2. CPU: 2 core, 2 thread atau lebih
  3. RAM: 4 GB
  4. Storage: 20 GB

Pengguna MacOS

Untuk mac users, temen-temen diharuskan untuk memiliki spesifikasi minimum seperti berikut:

  • macOS must be version 10.14 or newer. That is, Mojave, Catalina, or Big Sur. We recommend upgrading to the latest version of macOS.
  • At least 4GB of RAM
  • Mac hardware must be a 2010 or newer model, with Intel’s hardware support for memory management unit (MMU) virtualization, including Extended Page Tables (EPT) and Unrestricted Mode

Pengguna Windows

Untuk windows users, temen-temen perlu mengaktifkan WSL2 sebagai virtualization linux yang dibutuhkan oleh docker, berikut adalah spesifikasinya

  • Windows 10 64-bit: Home, Pro, Enterprise, or Education, version 1903 (Build 18362 or higher).
  • Enable the WSL 2 feature on Windows.
  • 64-bit processor with Second Level Address Translation (SLAT)
  • 4GB system RAM
  • BIOS-level hardware virtualization support must be enabled in the BIOS settings. For more information, see Virtualization.
  • Download and install the Linux kernel update package.

Klo saya sih, lebih merekomendasikan menggunakan WSL2 (Windows SubSystem for Linux v2).