| dockerfiles | 5 years ago | ||
| README.md | 5 years ago | ||
This repo provides a fast track to spinning up docker containers as "servers". You can log into these and do most of the things you do an a "real" server or VM.
docker image from a "dockerfile"ansible to create and destroy a docker networkansible to create, restart, and destroy docker serversssh keys are managed on a docker instancessh access to a docker instanceBut this is not a "toy" system. What you see here is a public subset of what we use all the time here at the TundraWare Intergalactic HQ. We use this for software development, testing new distributed computing ideas, and doing custom builds in a sanitized environment.
The content of this repo assumes you have done several things:
docker already running on your machinedocker access available to your own loginansible installed on your machineHere's the 10,000 foot view of what you'll have to do once the Prep Work above is done:
docker image from a dockerfileansible to configure and start a docker networkansible to start your sandboxesVarious parts of this repo assume that there are (up to) 10 running sandboxes whose names are 'docksand1throughdocksand10`. For this to work, you have to configure name resolution to properly associate these names with their equivant IP addresses.
Most likely, you don't have control of your DNS configuration. The easy way around this is to add the entries you find in dockerfiles/common/etc/dockersand.hosts to your own /etc/hosts file.
docker Imagedocker Networkdocker SandboxesThese sandboxes are setup so you can login from your host machine into the running sandboxes using ssh keys. You will find the keys under dockerfiles/common/.ssh/. There is also an ssh configuration stanza you can add to your own ~/.ssh/config to get your client to use the proper key.
However, it is also possible to login using name (test) and password (test).
Once you are logged in, you can promote yourself to root using the sudo command without any further password required.