mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
update instructions for docker-compose
This commit is contained in:
parent
8e5f708561
commit
520e56103a
11
README.md
11
README.md
@ -51,7 +51,14 @@ cat /var/atlas-probe/etc/probe_key.pub
|
|||||||
|
|
||||||
### Using Docker Compose
|
### Using Docker Compose
|
||||||
|
|
||||||
An example [`docker-compose.yaml`](/docker-compose.yaml) is provided. Note that the example config uses volumes instead of local directories.
|
An example [`docker-compose.yaml`](/docker-compose.yaml) is provided.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git clone https://github.com/Jamesits/docker-ripe-atlas.git
|
||||||
|
cd docker-ripe-atlas
|
||||||
|
docker-compose pull
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
@ -118,7 +125,7 @@ All the config files are stored at `/var/atlas-probe`. Just backup it.
|
|||||||
|
|
||||||
### `sleep` command not working
|
### `sleep` command not working
|
||||||
|
|
||||||
On some systems, syscall `clock_nanosleep` and `clock_nanosleep_time64` are disabled by the default Docker seccomp.
|
On some systems, syscall `clock_nanosleep` and `clock_nanosleep_time64` are blocked by the default Docker seccomp.
|
||||||
|
|
||||||
Symptoms:
|
Symptoms:
|
||||||
- During container startup, `WARNING: clock_nanosleep or clock_nanosleep_time64 is not available on the system` is printed
|
- During container startup, `WARNING: clock_nanosleep or clock_nanosleep_time64 is not available on the system` is printed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user