mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-02 15:07:45 +02:00
docker: added distrobox
This commit is contained in:
parent
77f273bc66
commit
3f7a160603
@ -5,7 +5,7 @@ Due to easy handling and reproducable environments it is a useful tool.
|
||||
|
||||
## Setup
|
||||
|
||||
- Arch linux: run `pacman -S docker` to install docker
|
||||
- [Arch Linux](/wiki/linux/arch-linux.md): run `pacman -S docker` to install docker
|
||||
- Ubuntu: visit [the official installation guide](https://docs.docker.com/engine/install/ubuntu/)
|
||||
|
||||
Another possibility is to try the official convenience script.
|
||||
@ -19,6 +19,14 @@ sudo sh get-docker.sh
|
||||
|
||||
## Usage
|
||||
|
||||
This section addresses various features of Docker.
|
||||
|
||||
### virtualize Operating Systems
|
||||
|
||||
Docker is a tool that can be used to virtualize different programs and softwares.
|
||||
Especially for containerizing and virtualizing operating systems (mostly based on
|
||||
[Linux](/wiki/linux.md)) can be handled by [distrobox](https://github.com/89luca89/distrobox).
|
||||
|
||||
### Run Docker as non-root user
|
||||
|
||||
To run docker as a non-root user you need to add your user to the `docker` group.
|
||||
|
Loading…
x
Reference in New Issue
Block a user