mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
docs: Fixes for previous commit of Podman host not found errors documentation (#3408)
This commit is contained in:
@@ -7,7 +7,7 @@ title: Podman
|
||||
This should be mainly a Podman only error: Using Podman doesn't create an engine-id like Docker.
|
||||
If you are using Docker check if the ```engine-id``` file exists with correct permissions in ```/var/lib/docker``` and has the UUID inside.
|
||||
|
||||
It might be neccessary to clean up your existing dozzle deployment under Podman, stop the container and remove the associated data (container/volumes). After you created the engine-id you can redeploy the Dozzle container and your logs should now show up.
|
||||
It might be necessary to clean up your existing Dozzle deployment under Podman, stop the container and remove the associated data (container/volumes). After you created the engine-id you can redeploy the Dozzle container and your logs should now show up.
|
||||
|
||||
## Create UUID
|
||||
|
||||
@@ -15,7 +15,7 @@ Options for generating UUIDs
|
||||
|
||||
### uuidgen
|
||||
|
||||
:warning: Adjust folder/file permissions if necessary. There isn't an critial info but depending on your existing setup you might want to take additional steps
|
||||
:warning: Adjust folder/file permissions if necessary. There isn't any critial info but depending on your existing setup you might want to take additional steps
|
||||
|
||||
1. Install uuidgen
|
||||
2. Create the folders: ```mkdir -p /var/lib/docker```
|
||||
@@ -24,9 +24,9 @@ Options for generating UUIDs
|
||||
|
||||
### Ansible
|
||||
|
||||
:warning: Depending on your setup you might have to take adjustments for file/folder permissions. The following task snippets would run as the become_user of the playbook running these tasks.
|
||||
:warning: Depending on your setup you might have to take adjustments for file/folder permissions. The following task snippets would run as the become_user/remote_user of the playbook running these tasks.
|
||||
|
||||
If you wish to adjust the user have to set individual become/become_user parameters for the task.
|
||||
If you wish to adjust the user you have to set individual become/become_user parameters for these tasks.
|
||||
|
||||
```
|
||||
- name: Create /var/lib/docker
|
||||
|
||||
Reference in New Issue
Block a user