Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 328 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 328 Bytes

mydocker

Scripts for using docker

Installation ici : http://docs.docker.io/en/latest/installation/ubuntulinux/

Ne pas oublier le firewall :

sudo vi /etc/default/ufw
----
# Change:
# DEFAULT_FORWARD_POLICY="DROP"
# to
DEFAULT_FORWARD_POLICY="ACCEPT"
---

Et le redémarrage :

sudo ufw reload