Docker El Capitan
Here's how these concepts work in OS X El Capitan. Recent versions of OS X are much better at handling Mac setups with multiple displays, but many users don't know that they can further customize. Installing Docker on Mac is pretty straightforward. It has a Graphical installer.dmg file. The installation provides Docker Engine, Docker CLI client, Docker Compose, Docker Machine, and Kitematic. Pre-requisites for installing Docker on Mac. Docker requires OS X El Capitan 10.11 or newer macOS release running on a 2010 or newer Mac. Setting up a local install of Jupyter with multiple kernels (Python 3.5, Python 2.7, R, Juila)¶ The only installation you are recommended to do is to install Anaconda 3.5, so that you have a backup when the OIT version is flaky. Docker version: v1.12.0+ v1.10.0+ v1.12.0+ Docker Compose version: v1.6.0+ v1.6.0+ v1.6.0+ OS version: OS X El Capitan 10.11: Ubuntu 14.04 LTS or 16.04 LTS CentOS 7.1/7.2 SUSE Linux Enterprise 12: Windows 10 (64bit) Pro or Home (with WSL2 backend support) Additional. (optional) Microsoft Hyper-V. The file will continue to grow until it reaches 120GB in size. NOTE: On Linux systems, this process is more involved than it is for the Mac. You have to change the Docker configuration to define a new setting -storage-opt=dm.basesize=30G, or whatever size is appropriate for your environment.

Recently cleaned house and did a fresh os install, and when I was about to reinitialize my edge vm I realized that everything I had been using my virtual debain server for can now be done with docker.
And then some! Basically I was using a virtual server as a file share, an ssh gateway, a web server, and as a ddclient with google domains

I also wanted to create a honeypot because I’m always getting spammed. The honeypot is not super-advanced but for now, I get a steady stream of common usernames and passwords. Also, IPs to “investigate.” I’d love to go farther with this, but of course, who has the time?

ddclient image

I recently came across the linuxserver collection of docker images, including the one for ddclient. Super easy to set up (just point your image at the ddclient.conf), using something like
Now, my IP stays fresh and the service runs all the time without eating into my resources.
Docker El Capitan Software
the ssh-honey honeypot
Docker El Capitan Download
I am using this image: txt3rob/docker-ssh-honey for starters. Now, I’ve nat’d my external port 22 to point to the machine where the image is running, and I’ve got it exposed on port 2022, so my command looks like this: