8000 GitHub - Yaseen1314/Docker_Autocompose: Create .yml files from your docker containers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Create .yml files from your docker containers

Notifications You must be signed in to change notification settings

Yaseen1314/Docker_Autocompose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Docker Autocompose

Create .yml files from your docker existing containers

The script runs docker-autocompose then moves the .yml files to your specified folder.

Requirements

You need to edit line 25 in the script to change saveto= to where you want the .yml files saved to.

Needs Red5d/docker-autocompose installed in docker.

Notes:

  1. Red5d/docker-autocompose should not be started in docker.

How to run

Note: It needs to be run with sudo -i or sudo -s or the docker.sock command fails.

The script can be run with a container name parameter to process only that container.

sudo -s docker-autocompose.sh plex

If run with no parameter, or the "all" parameter, it will process all running containers:

sudo -s docker-autocompose.sh

About

Create .yml files from your docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0