Skip to content

Instantly share code, notes, and snippets.

View ser's full-sized avatar
🎯
Focusing

ᎠᎡ. Ѕϵrgϵ Ѵictor ser

🎯
Focusing
View GitHub Profile
@ser
ser / lxd.sh
Created March 15, 2017 14:46
lxd deployment
!/bin/bash
# vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2
#
#set -x
# Create LXD container
#
if [ $# -eq 0 ]
then
echo "dolxd \$NAME \$IP \$GW"
echo "dolxd kupa 10.33.1.1 10.33.0.1"