Open lemanschik opened 1 year ago
wget https://github.com/ /tarball/master -O dummy.tgz curl -L https://github.com/ /tarball/master -o dummy.tgz
wget --no-check-certificate https://github.com/ /tarball/master -O - | tar -xz curl -L -k https://github.com/ /tarball/master | tar -xz
docker volume create --driver local \ --opt type=tmpfs \ --opt device=tmpfs \ --opt o=size=100m,uid=1000 \ foo Another example that uses btrfs:
docker volume create --driver local \ --opt type=btrfs \ --opt device=/dev/sda2 \ foo
Below example shows how to
[submodule "github.com/lemanschik/awesome"] path = github.com/lemanschik/awesome url = git@github.com:lemanschik/awesome.git [submodule "github.com/unlicense-code/awesome"] path = github.com/unlicense-code/awesome url = git@github.com:unlicense-code/awesome.git [submodule "github.com/unlicense-code/awesome-b8g"] path = github.com/unlicense-code/awesome-b8g url = git@github.com:unlicense-code/awesome-b8g.git