-
I think docker command line tool is very easy to use than VM(virtualbox, vmware, openvz etc).But in docker instance, i can't operate kernel function without influence host kernel(iptables etc).
Do…
-
I've found a host image for raspberry pi here: https://github.com/bargees/barge-os/releases/tag/2.2.2-rpi
I think rpi hardware is not so opensource(for example video driver),
so I bought many pine…
-
I found "barge-rpi.img" here: https://github.com/bargees/barge-os/releases/tag/2.2.2-rpi
and 2.14.0-rc2 "barge.img" here: https://github.com/bargees/barge-os/releases.
I can upload barge.img into …
-
Yesterday, I found Singularity(https://sylabs.io/guides/3.7/user-guide/quick_start.html#install),
It's awesome, I think it's far easier to use than docker.(especially its sanbox feature, it's very co…
-
Debian9でDocker Buildするとビルド中にMySQLがスタートせず、イメージが作れない。
現行WockerのMySQL: Server version: 5.5.54-0+deb8u1 (Debian)
Debian 8 apt-get で入るMySQL:5.5.58-0+deb8u1?
Debian9でインストール可能なMySQL:5.5.9999+default
-
For user convenience, could you supply host images?
for example skiffos_rpi.img for raspberry pi
and skiffos_x64.img for amd 64 PC?
I found a barge-rpi.img here: https://github.com/bargees/barge…
-
Hello.
I faced the following error in [github-pr-resource](https://github.com/telia-oss/github-pr-resource) resource on RancherOS with Portainer. There's no stderr output.
`resource script '/opt…
-
I think that Singularity is far more easy and convenient than docker.
For example I deploy BargeOS img into a digitalocean VPS and then run:
```
pkg install singularity
singularity build -s debi…
-
## 相談
サーバーの OS を CentOS から CoreOS に変更して、各種機能の実装を Docker ベースにしたい。
## 自分の案
現在のサーバーの構成は煩雑で、仕様も複雑な気がします。開発がしづらいと感じます。
そもそも現在のサーバーは Wordpress を動かしていた環境を引き継いだため、CentOS + Kusanagi + HHVM ベースで動かして…
-
Since buildroot can integrate wireguard with "BR2_PACKAGE_WIREGUARD=y"(https://git.busybox.net/buildroot/tree/package/wireguard)
Could you release a BargeOS image with wireguard integrated?
Curren…