Skip to content

allangsilva/docker-ubuntu-apache2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

docker-ubuntu-apache2

Dockerfile com ubuntu e apache2

  1. Clone projeto e entre na pasta
  2. Executar docker build -t ubuntu-apache2 .
  3. Executar docker run -d --name container-ubuntu-apache2 -p 3000:80 ubuntu-apache2
  4. Abrir http://localhost:3000 no seu navegador.
  • docker exec -it container-ubuntu-apache2 bash para entrar no container.

About

Dockerfile com ubuntu e apache2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published