Home
About
docker-scripts
are Bash scripts that are used to manage
Docker containers.
Docker commands have lots of arguments and options and they tend to be
very long. It is tedious and error prone to type these commands
manually, so recording them in Bash scripts is a necessity. However
the scripts of different containers also have a lot of things in
common, which would be nice to abstragate and reuse. And this is one
of the things that docker-scripts
does. It is like a framework
that makes building and using such scripts easy.
Trying examples
The commands of It is not recommended to try them directly on your personal machine (laptop). They are not meant to do any harm, but you never know, maybe there is a bug, or some mistyping, or something else. |
There are lots of ways for running a virtual machine, but an easy and convenient way is to create and setup an Incus container: |
There are also some (kind of) interactive tutorials, based on the examples in the docs: https://gitlab.com/docker-scripts/tutorials You may give them a try, if you are a bit lazy; they may save you some typing (or copy/pasting). |