pub async fn remove_persisted_user(
client: &DockerClient,
container: &str,
username: &str,
) -> Result<(), DockerError>Expand description
Remove a persisted user record from the managed volume.
pub async fn remove_persisted_user(
client: &DockerClient,
container: &str,
username: &str,
) -> Result<(), DockerError>Remove a persisted user record from the managed volume.