Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd acs/Virtualization/Docker/Dev/
# check current user info
id $USER
# edit configuration file
sudo nano .env
Code Block
languagetext
title.env
linenumberstrue
USER_NAME=<my_user>
GROUP_NAME=<my_group>
USER_ID=<my_user_id>
GROUP_ID=<my_group_id>
# ALMA_DIR and HOME_DIR will be created in your machine and used by your acs container. Change these values as needed.
ALMA_DIR=/external/docker/alma
HOME_DIR=/external/docker/home
REPO_DIR=/absolute/path/to/cloned/repo
IMAGE_OS=centos7
CONTAINER_DIR=centos7

...