Conexion De Almacenamiento Persistente A Los Contenedores Flashcards

1
Q

Cómo se configura un almacenamiento persistente en un host para un contenenedor

A

sudo mkdir /var/dbfiles

sudo chown -R 27:27 /var/dbfiles

sudo semanage fcontext -a -t container_file_t ‘/var/dbfiles(/.*)?’

sudo restorecon -Rv /var/dbfiles

sudo podman run -v /var/dbfiles:/var/lib/mysql rhmap47/mysql

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cual es la bandera para un almacenamiento persistente en podman

A

-v /LocalCS:/ContainerFS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly