RSSAmplifier

Vishnu's Blog · May 25, 2024

Docker vs Host user

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

By default when we run a process inside a Docker container, it is run as the root user, and that’s all right; after all, we are talking about inside the container, but as far as the host machine is concerned, what user is running the process? Spoiler alert: It is the same root user as on the host. Let’s take a step back and try to understand what’s happening. So I created a fresh VM server and…

Read on vishnugt.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.