第480回ではウェブブラウザーベースのシステム管理ツールであるCockpitを紹介しました。このCockpitにはDockerコンテナや仮想マシンを管理するUIも備わっています。今回はCockpitを使って、 Dockerコンテナを操作する方法を紹介しましょう。 UbuntuでDockerを ...
Docker Windows Server containers let you run programs on Windows in a lightweight and isolated environment. They work like small packages that include everything a program needs to run, such as the ...
第458回ではUbuntuにおけるDockerのインストール方法を紹介しました。ところでDockerと同じコンテナ技術を利用したソフトウェアとして 「LXD」 が存在します。このLXDとDockerは排他的な存在ではなく、 用途にあわせて組み合わせて使うと便利なツールです。
Docker is an open-source platform that packages applications into containers. Think of containers as lightweight, portable boxes. Each box holds everything your app needs to run: code, libraries, and ...
前回はDockerホスト単体でのコンテナ管理方法を紹介した。サービス提供環境では、以下の理由から複数のサーバで運用することが多い。 ・ひとつのホストに負荷が集中するのを避けるため ・ホストがダウンした場合のリスクを軽減するため そこで今回は ...
There's no need to perform a full-scale Jenkins installation on your local computer if you want to run pipeline builds. All you need is a local installation of Docker and you can quickly install ...
前回はSwarm modeによるクラスタ構成にし、複数サーバの環境でも手軽に利用できることを説明した。では以下の図の構成はどうであろうか。 実運用においてアプリケーションに負荷が集中した場合、アプリケーションを複数にする=スケールアウトすることで ...