mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
57 lines
904 B
Markdown
57 lines
904 B
Markdown
# Title
|
|
|
|
Intro
|
|
|
|
<!-- Remove this line to uncomment if used
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
1. [Sources](#sources)
|
|
|
|
## TL;DR
|
|
|
|
<details>
|
|
<summary>Installation and configuration</summary>
|
|
|
|
```sh
|
|
docker pull 'ckulka/baikal-docker'
|
|
```
|
|
|
|
Connect to the server via HTTP(S) after first run for first configuration if none was provided.
|
|
|
|
</details>
|
|
|
|
<details>
|
|
<summary>Usage</summary>
|
|
|
|
```sh
|
|
docker run --rm -p '80:80' 'ckulka/baikal:nginx'
|
|
```
|
|
|
|
</details>
|
|
|
|
## Further readings
|
|
|
|
- [Website]
|
|
- [Github]
|
|
|
|
### Sources
|
|
|
|
- [ckulka/baikal-docker]
|
|
|
|
<!--
|
|
Reference
|
|
═╬═Time══
|
|
-->
|
|
|
|
<!-- In-article sections -->
|
|
<!-- Knowledge base -->
|
|
<!-- Files -->
|
|
<!-- Upstream -->
|
|
[github]: https://github.com/sabre-io/Baikal
|
|
[website]: https://sabre.io/baikal/
|
|
|
|
<!-- Others -->
|
|
[ckulka/baikal-docker]: https://github.com/ckulka/baikal-docker
|