This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
docker
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
sudo docker build -t customtest1 -f "DockerFile" . # builds DockerFile into an image sudo docker run -p 4000:80 customtest1:latest # start app