Webサーバ(nginx)をコンテナ上で動作させてみましょう。dockerコマンドのrunオプションを利用します。立ち上がったらdocker psにて稼働状況を確認します。 $ docker run -d -p 80:80 --name webserver nginx Unable to find image 'nginx:latest' locally latest: Pulling from ...
これまではSerfの基本的な使い方や、 Serfで構成されたイベントハンドラの動きを見てきました。今回はSerfに関する連載のまとめです。複数の仮想サーバ上にも応用可能なように、 Dockerコンテナでの活用方法をご紹介します。また、 より詳細な設定方法に ...
F or years, running Docker on Windows meant allocating multiple gigabytes of RAM to a heavy, full-blown virtual machine (VM), ...
Windows Subsystem for Linux 2 (WSL2) has brought the Linux kernel to Windows. Does that really matter, you might ask, since WSL already did an excellent job of emulating Linux? Oh yeah it does. It ...
米Microsoftは3月16日(現地時間)、「Visual Studio Code」向けの「Docker」拡張機能がv1.0に達したと発表した。本拡張機能を利用すると、Dockerコンテナーを活用するアプリを簡単にビルド可能。必要ファイルの生成やDockerイメージのビルド、コンテナー内でのアプリ ...
Docker today announced three new security tools and features for containers at its DockerCon Europe conference in Barcelona. These tools are meant to make using containers safer without interrupting ...