Go to documentation repository
...
| Code Block | ||
|---|---|---|
| ||
lsblk |
| Code Block | ||
|---|---|---|
| ||
sudo mkdir -p /mnt/mydisk |
| Code Block | ||
|---|---|---|
| ||
sudo mount /dev/sda4 /mnt/mydisk |
| Code Block | ||
|---|---|---|
| ||
sudo chown -R ngp:ngp /mnt/mydisk |
| Note | |||||
|---|---|---|---|---|---|
| |||||
If the user and the ngp group are absent on the hostmachine, you must run the following command to create them:
|
| Code Block | ||
|---|---|---|
| ||
docker run -it -v /mnt/mydisk:/dev/sda4 axxon-one |
| Info | |||||
|---|---|---|---|---|---|
| |||||
For further launches, to start the Docker container, use the command:
You don't need to specify the mounting parameter again, as it is saved in the container configuration. |
...