Skip to content

Instantly share code, notes, and snippets.

@Arnauld
Last active February 23, 2018 11:16
Embed
What would you like to do?

Log docker sur MAC

$ cat /etc/asl/com.docker.daemon
# logging for Docker Engine
#
> /var/log/docker.log mode=0640 compress format=std rotate=seq file_max=5M all_max=20M
? [CA= Sender Docker] claim only
* file /var/log/docker.log

Il faut restart le daemon syslogd sur ton mac

$ launchctl stop com.apple.syslogd
$ launchctl start com.apple.syslogd

Access container ip from host - TunTap

https://github.com/AlmirKadric-Published/docker-tuntap-osx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment