bmsimons / docker-backup

A quick and dirty application to backup your Docker containers, written in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-inspect

A quick and dirty solution to make backups of your docker containers. Uses the Docker API through Docker.DotNet.

Screenshot of the application

Getting started

This project comes with a Visual Studio solution file. Open this file in VS, retrieve all NuGet packages and build the project. This should result in a working binary.

How does it work?

Fill in your endpoint in the endpoint text field (http://localhost:2375 for example), specify your basic credentials if needed, and click on the get containers button.

About

A quick and dirty application to backup your Docker containers, written in C#.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%