SyntaxFix
Write A Post
Hire A Developer
Questions
How to build an image with custom name without using yml file:
docker build -t image_name .
How to run a container with custom name:
docker run -d --name container_name image_name