Managing Docker Containers With Shipyard
This is a brief overview of how to install and set up Shipyard — a tool that helps manage Docker images.
Join the DZone community and get the full member experience.
Join For FreeThere are plenty of things that amaze me about Docker, but one of the things I find most interesting is the number of available images with all sorts of stuff preconfigured and ready to spin up, including Docker management related tools like Shipyard that also run within Docker containers themselves.
Installing couldn't be simpler, just pull down a script and run it, and it pulls down a number of images and spins them up:
curl -sSL https://shipyard-project.com/deploy | bash -s
Within a few seconds, Shipyard is up and running, and after logging on, you get the snappy looking dashboard:
Now, off to do a bit more studying to configure a spin up a Swarm cluster.
Related Refcard: Docker
Published at DZone with permission of Kevin Hooke, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments