Skip to content

Commit

Permalink
Information on installing docker prereqs
Browse files Browse the repository at this point in the history
Signed-off-by: g2flyer <[email protected]>
  • Loading branch information
g2flyer committed Jan 29, 2024
1 parent 0fbd3ce commit 7ee7223
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@ Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
--->

See the [PDO Docker README](../docker/README.md).
To develop using docker, you will have to install a recent version of
the `docker` daemon, _including build-kit_, and you also need
`docker-compose`. On ubuntu, the easiest way is to achieve that is to
run `sudo apt install docker docker-buildx docker-compose`. For other
platforms or more recent versions, see the [official docker
site](https://docs.docker.com/engine/install/). See also the
official documentation for any [post-install
steps](https://docs.docker.com/engine/install/linux-postinstall/),
e.g., configuring it with systemd and/or to work with a proxy

For usage of docker, see the [PDO Docker README](../docker/README.md).

0 comments on commit 7ee7223

Please sign in to comment.