Skip to content

Instantly share code, notes, and snippets.

@briandant
Last active April 29, 2016 20:06
Show Gist options
  • Save briandant/c9854af4d19fa5f1756e7097ce4841a2 to your computer and use it in GitHub Desktop.
Save briandant/c9854af4d19fa5f1756e7097ce4841a2 to your computer and use it in GitHub Desktop.

netstat

$ docker --tlsverify -H swarm.service.consul:4000 exec 37f5ea5 netstat -plunt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      6/sshd
tcp6       0      0 :::22                   :::*                    LISTEN      6/sshd
tcp6       0      0 :::57772                :::*                    LISTEN      -

docker log

$ DOCKER_HOST=127.0.0.1:4000 docker --tlsverify logs 37f5ea5
Starting SSHd...
Starting HS151

Now attempting WIJ compare, ./CACHE.WIJ
Starting Control Process
Automatically configuring buffers
Allocated 634MB shared memory: 256MB global buffers, 300MB routine buffers
This copy of Cache has been licensed for use exclusively by:
Appsembler
Copyright (c) 1986-2015 by InterSystems Corporation
Any other use is a violation of your license agreement

2 alert(s) during startup. See cconsole.log for details.

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