Skip to content

Instantly share code, notes, and snippets.

View baude's full-sized avatar

Brent Baude baude

  • Red Hat
  • Harris, MN
  • 09:47 (UTC -05:00)
View GitHub Profile
@baude
baude / varlink.py
Created March 27, 2018 14:44
podman|varlink
@baude
baude / setup_atomic_cli.sh
Created February 7, 2017 17:19
Setup an Atomic CLI test environment
#/bin/bash
# Allows user to setup a fresh atomic CLI environment on an atomic
# or cloud system.
# Usage:
# Pull projectatomic/atomic master and install it
# $ sh setup_atomic_cli.sh
# Pull a user's branch
# $ BRANCH=<branch> GIT_USER=<user> sh setup_atomic_cli.sh
{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"docker.io": [
{
json_files = self._get_json_files()
dbus_results = []
for json_file in json_files:
dbus_results.append(json.load(open(json_file)))