Gitlab.com SaaS has a hierarchical group project structure which can be a pain to navigate when you simply want a list of all of your docker container registry paths within it. One way to quickly fetch all of this information is via the Gitlab API

  1. Simply generate a Group Access Token at: http...

Continue reading...

Sometimes you just need to serve a folder over http immediately!

Here are some quick one-liners to start a temporary webserver.

All of the following examples serve pwd, so make sure you cd ~/the-folder-you-wish-to-share first.

Use docker apache httpd:alpine

This will automatically gene...

Continue reading...