skip to Main Content

How to run Apache as non-root user?

I'm building an image from the following Dockerfile and following command docker build --rm -f "Dockerfile" -t non_root_image_plz_work .: DockerFile FROM node:14.7.0-buster-slim AS apache_for_selenium # Create non-root group and user RUN addgroup --system shared-folder && adduser --system --home /var/cache/shared-folder --group…

VIEW QUESTION

Can't center a container-Twitter bootstrap

I'm trying to center a container and I'm using twitter bootstrap 4 Here's the html <div class="container"> <div class="features"> <h3 class="text-center mb-5">So many ways to connect with all your friends</h1> <div class="row"> <div class="col-sm-4"> <div class="card" style="width: 18rem;"> <img class="card-img-top"…

VIEW QUESTION
Back To Top
Search