Build a named docker container
From inside of the directory with the Dockerfile run
docker build -t container_name .
- How to create Docker Images with a Dockerfile on Ubuntu 20.04 LTS
- Passing Environment Variables to Docker Containers | Baeldung
Python Dev Environment
Setup AMD GPU ROCm environment
nvm inside docker
- Installing Node.js via NVM inside of a Docker Container that is based on Amazon Linux 2 or others | by lev | Medium
- Does not work
- [Solved]-How to install nvm in docker?-docker
- Trying out, also has other versions
dockerfile
- *https://www.howtoforge.com/tutorial/how-to-create-docker-images-with-dockerfile/
- https://www.baeldung.com/ops/docker-container-environment-variables
- bash - Using the RUN instruction in a Dockerfile with 'source' does not work - Stack Overflow