Skip to content

rimelek/fix-docker-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Download from GitHub

git clone https://github.com/itsziget/fix-docker-containers.git

Links and recommendations for debugging and learning

Using the tutorial

Get help

./run.sh -h

If you just want to run every example and see the output, run the following command:

./run.sh -a

You can also run it step by step:

./run-steps.sh
# or
# ./run.sh -s

Run a specific step (the third in this example)

./run.sh -S 3 -l 1

Run all steps starting with a specific step (the third step in this example)

./run.sh -S 3

Run four steps step by step starting with a specific step (the third step in this example)

./run.sh -s -S 3 -l 4

About

Tutorial to help you fix docker containers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages