Skip to content

Instantly share code, notes, and snippets.

@nathanleclaire
Created June 19, 2014 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanleclaire/5185e2d5a7987e487283 to your computer and use it in GitHub Desktop.
Save nathanleclaire/5185e2d5a7987e487283 to your computer and use it in GitHub Desktop.
~$ docker run --rm -v /usr/local/bin/docker:/docker -v /var/run/docker.sock:/docker.sock svendowideit/samba volume_container
Unable to find image 'svendowideit/samba' locally
Pulling repository svendowideit/samba
f458f834a657: Download complete
511136ea3c5a: Download complete
574c4c3fda05: Download complete
d8309758b8fe: Download complete
7622a3fd4d7e: Download complete
948960c0d5bf: Download complete
28614c3b76a1: Download complete
38314e79aeac: Download complete
Error: No such image or container: samba-server
starting samba server container with volume_container /data
add /data
Starting Samba daemons: nmbd smbd.
watching /var/log/samba/*
==> /var/log/samba/cores <==
==> /var/log/samba/log.nmbd <==
[2014/06/19 21:03:41, 0] nmbd/nmbd.c:861(main)
nmbd version 3.6.6 started.
Copyright Andrew Tridgell and the Samba Team 1992-2011
==> /var/log/samba/log.smbd <==
[2014/06/19 21:03:41, 0] smbd/server.c:1053(main)
smbd version 3.6.6 started.
Copyright Andrew Tridgell and the Samba Team 1992-2011
tail: error reading `/var/log/samba/cores': Is a directory
tail: /var/log/samba/cores: cannot follow end of this type of file; giving up on this name
[2014/06/19 21:03:41.131120, 0] printing/print_cups.c:110(cups_connect)
Unable to connect to CUPS server localhost:631 - Connection refused
[2014/06/19 21:03:41.131324, 0] printing/print_cups.c:487(cups_async_callback)
failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment