Skip to content

Instantly share code, notes, and snippets.

View DILL44's full-sized avatar
🌍
on Idcity

Nicolas DILL44

🌍
on Idcity
View GitHub Profile
@DILL44
DILL44 / bash
Last active November 27, 2015 14:11
Atelier PiNG Breil
#!/bin/bash
#Xubuntu 14.04
## for 16 Go
## 3Go /
## 2Go swap
## 5Go /opt
## 3Go /var
## 3Go /home
@DILL44
DILL44 / docker hub
Last active February 13, 2016 13:00
#verveur
#https://hub.docker.com/_/postgres/
docker pull postgres
#https://hub.docker.com/_/nginx/
docker pull nginx
#https://hub.docker.com/_/drupal/
docker pull drupal
#https://hub.docker.com/_/debian/
docker pull debian
#https://hub.docker.com/_/php/
<?php
namespace AppBundle\Command;
use Symfony\Component\Console\Helper\ProgressBar;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Filesystem\Filesystem;