Skip to content

ZachisGit/apt-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apt-Docker

Apt-Docker is a tool designed for developers and sysadmins to deploy and manage Docker-based applications on a single or multiple nodes with ease. By integrating an Express Configuration UI and offering standardized documentation, Apt-Docker streamlines container management while providing detailed parameter, volume mount, and environment variable information for the Docker images.

Key Features:

  • Express Configuration UI: Apt-Docker provides an intuitive user interface, enabling users to easily set up and configure their containers without hassle.

  • Standardized Documentation: The repository features comprehensive, standardized documentation with step-by-step setup instructions in the form of readme pages, akin to a wiki.

  • Parameter, Volume Mount, and Environment Variable Information: Readme pages also include detailed information on the Docker image's parameters, volume mounts, and environment variables, providing users with a complete understanding of the container's configuration.

Features

  • Efficient installation and deployment of Docker containers
  • Unified container management across nodes
  • Simplified package search and listing

Setup

  1. Download the latest release:
curl -L https://github.com/ZachisGit/apt-docker/releases/download/latest/apt-docker > apt-docker
  1. Make it executable:
chmod +x apt-docker
  1. Optionally, move to /bin:
mv apt-docker /bin

Usage

Deploy a MySQL container:

apt-docker install mysql myname

List available packages and containers:

apt-docker list

Filter results with a search parameter:

apt-docker list my

Contribute

We welcome contributions to help improve Apt-Docker. If you have Docker tools, bash file templates, or other enhancements, please consider submitting a pull request or starting an issue to discuss your ideas.

To reach out, start an issue or submit a pull request:

Together, we can make Apt-Docker an even more powerful and efficient tool for container deployment and management.