Explore >> Select a destination


You are here

ebourgess.dev
| | blogops.mixinet.net
4.7 parsecs away

Travel
| | When I configured forgejo-actions I used a docker-compose.yaml file to execute the runner and a dind container configured to run using privileged mode to be able to build images with it; as mentioned on my post about my setup, the use of the privileged mode is not a big issue for my use case, but reduces the overall security of the installation. On a work chat the other day someone mentioned that the GitLab documentation about using kaniko says it is no longer maintained (see the kaniko issue #3348) so we should look into alternatives for kubernetes clusters. I never liked kaniko too much, but it works without privileged mode and does not need a daemon, which is a good reason to use it, but if it is deprecated it makes sense to look into alternatives, and to...
| | blog.oddbit.com
1.7 parsecs away

Travel
| | This is a long-form response to this question, and describes how to get the nova-docker driver up running with devstack under Ubuntu 14.04 (Trusty). I wrote a similar post for Fedora 21, although that one was using the RDO Juno packages, while this one is using devstack and the upstream sources. Getting started We'll be using the Ubuntu 14.04 cloud image (because my test environment runs on OpenStack). First, let's install a few prerequisites: $ sudo apt-get update $ sudo apt-get -y install git git-revie...
| | blog.m5e.de
4.5 parsecs away

Travel
| | After installing FreeBSD to my workstation, I wanted a desktop environment. I've installed gnome3 after reading the official documentation https://www.freebsd.org/doc/handbook/x11-wm.html. But nothing has worked. So, I installed the nvidia-driver for my two GPUs. The first documentation I've found is from "7.3-RELEASE": https://docs.freebsd.org/doc/7.3-RELEASE/usr/share/doc/en/articles/compiz-fusion/nvidia-setup.html. (I use 11.1-RELEASE) Don't use that documentation to make your settings in /boot/loader.conf! There stands: nvidia_load="YES" And that's simply not right for the newest driver! You should enter the following line:
| | boucek.me
17.5 parsecs away

Travel
| FreeBSD 13 does not (yet) contain working Docker machine, although several implementations are on the way. This post explains how to install Docker daemon in Alpine Linux running in Bhyve. It also shows how to create NAT in Bhyve. I have to use NAT, because I use link aggregation (failover) between Wi-Fi and Ethernet. I will use following tools: pf - Packet Filter, part of the base system vm-bhyve, grub2-bhyve - CLI front end for Bhyve tmux - optional, replacement for default cu Networking Link to headin...