8000 GitHub - scripttie/dockerprep: dockerprep check for local
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

scripttie/dockerprep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dockerprep

a simple guide for local dockerprep (win/linux/macos)

  1. docker build -t hello-world .
  2. docker run -p 80:80 hello-world
  3. docker run -p 80:80 -v /path/to/projectfolder/src/:/var/www/html/ hello-world

helpful commands

  1. docker info
  2. docker ps

Learn more

Check out this guide; https://docs.docker.com/engine/docker-overview/#docker-engine

About

dockerprep check for local

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0