Skip to content

Instantly share code, notes, and snippets.

@dstrctrng
Created September 16, 2013 18:54
Show Gist options
  • Save dstrctrng/6584886 to your computer and use it in GitHub Desktop.
Save dstrctrng/6584886 to your computer and use it in GitHub Desktop.
Bringing machine 'default' up with 'docker' provider...
[default] Launching an instance with the following settings...
[default] -- Image: 9014505bebb4
[default] Waiting for instance to become "ready"...
[default] Waiting for SSH to become available...
[default] Machine is booted and ready for use!
env BOX=precise-base vagrant ssh -- -A
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.8.0-30-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Mon Sep 16 18:53:58 UTC 2013
System load: 0.23 Processes: 6
Usage of /home: unknown Users logged in: 0
Memory usage: 38% IP address for eth0: 172.17.0.46
Swap usage: 0%
Graph this data and manage this system at https://landscape.canonical.com/
ubuntu@25ca01a9f0bf:~$ ps axuf
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.2 50036 2892 ? S 18:53 0:00 /usr/sbin/sshd -D
root 91 0.0 0.3 73440 3576 ? Ss 18:53 0:00 sshd: ubuntu [priv]
ubuntu 171 0.0 0.1 73440 1544 ? S 18:53 0:00 \_ sshd: ubuntu@pts/0
ubuntu 172 2.5 1.0 28976 10204 pts/0 Ss 18:53 0:00 \_ -bash
ubuntu 228 0.0 0.1 18132 1128 pts/0 R+ 18:54 0:00 \_ ps axuf
ubuntu@25ca01a9f0bf:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment