This is the Windows app named Bocker whose latest release can be downloaded as bockerv0.1sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
OnWorks を使用して、Bocker というアプリを無料でダウンロードし、オンラインで実行します。
このアプリを実行するには、次の手順に従ってください。
-1。このアプリケーションをPCにダウンロードしました。
--2。ファイルマネージャーhttps://www.onworks.net/myfiles.php?username=XXXXXに必要なユーザー名を入力します。
-3。このアプリケーションをそのようなファイルマネージャにアップロードします。
-4。このWebサイトからOSOnWorksオンラインエミュレーターを起動しますが、Windowsオンラインエミュレーターの方が優れています。
-5。起動したばかりのOnWorksWindows OSから、必要なユーザー名でファイルマネージャーhttps://www.onworks.net/myfiles.php?username=XXXXXにアクセスします。
-6。アプリケーションをダウンロードしてインストールします。
-7.LinuxディストリビューションソフトウェアリポジトリからWineをダウンロードします。 インストールしたら、アプリをダブルクリックして、Wineで実行できます。 また、人気のあるWindowsプログラムやゲームのインストールに役立つWine上の豪華なインターフェイスであるPlayOnLinuxを試すこともできます。
WineはLinux上でWindowsソフトウェアを実行する方法ですが、Windowsは必要ありません。 Wineは、任意のLinuxデスクトップでWindowsプログラムを直接実行できるオープンソースのWindows互換性レイヤーです。 基本的に、Wineは、実際にWindowsを必要とせずに、これらすべてのWindowsアプリケーションを実行できるように、十分な数のWindowsを最初から再実装しようとしています。
スクリーンショット:
ボッカー
説明:
Bocker is a minimal, educational reimplementation of core container (Docker-like) functionality, done in about a hundred lines of Bash script. Its purpose is not to replace Docker’s full feature set, but to illustrate container primitives—namespaces, cgroups, layering, filesystem manipulation, network namespaces, etc.—in a transparent, minimal form. With bocker you can perform basic operations such as pulling an image, running a container, exec into a container, listing containers, and removing them. Because it's written in shell, it is easy to read, reason about, and adapt for experiments or instructional use. It is not intended for production use due to performance, security, and missing features, but it is a useful tool for learning how containers work under the hood. Many learners and educators reference it when teaching container internals or when debugging container behavior in a minimal environment.
オプション
- コア コンテナ操作を実装します: pull、run、images、ps、exec、logs、rm/rmi、commit など。
- bash と標準システムツール (btrfs、iptables、iproute2、cgroups) を使用して、コンテナの分離とリソース制限を管理します。
- コンテナネットワークとホストネットワーク間の転送のためのブリッジインターフェースとルーティング/iptablesルールを設定することでネットワークをサポートします。
- cgroups によるクォータ / リソース制御が可能
- /var/bocker 下の btrfs ファイルシステムを使用したイメージレイヤーのストレージ
- 構造とコードがシンプルで、コンテナ システムを最小限に構築する方法についての優れたリファレンス/学習ツールです。
プログラミング言語
Unixシェル
カテゴリー
このアプリケーションは、https://sourceforge.net/projects/bocker.mirror/ からも入手できます。OnWorks でホストされているため、無料のオペレーティングシステムから最も簡単にオンラインで実行できます。