今回は、docker desktopのコンテナにネットワークを介してアクセスを行う場合を考える。この連載では、Windows上にdocker desktopをインストールしてコンテナを利用する場合を、「Dockerデスクトップ」と表記する。これは、WSL上にdocker engine(あるいはcli)を ...
今回は、「WSLでDockerを使う」の2回目として、WSLに直接Dockerエンジンをインストールする方法を解説する。この記事では先頭を大文字にしたDockerは、ソフトウェアの名称としてのDockerを表し、先頭が小文字の場合、パッケージ名やコマンド名になる。 “Docker ...
コンテナ技術は、アプリケーションをパッケージ化することで、アプリケーションのデプロイ(実環境への配備)や更新を容易にする。コンテナを扱う上で重要になるコンテナ管理ツールの代表例が「Docker」だ。Dockerは「Linux」「macOS」「Windows」など ...
In the fast-evolving landscape of software development, containerization has emerged as a revolutionary technology. Containers encapsulate applications and their dependencies, ensuring consistent ...
Like me, you've probably heard the unofficial rule of Docker: it's for lightweight, headless servers and command-line applications, not for graphical interfaces. Most of us follow this rule for good ...
The XZ-Utils backdoor, first discovered in March 2024, is still present in at least 35 Linux images on Docker Hub, potentially putting users, organizations, and their data at risk. Docker Hub is the ...
Docker uses a persistent background service, dockerd, to manage container lifecycles. The CLI communicates with this daemon, which supervises container creation, networking, and resource allocation.