Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Examples of using Docker for various applications and services.

License

NotificationsYou must be signed in to change notification settings

AnechaS/docker-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-full-stack

$cd nodejs-full-stack$ docker-compose up

backend running onhttp://localhost:1337
frontend running onhttp://localhost:8000

nodejs-full-stack-combined

$cd nodejs-full-stack-combined$ docker build -t nodejs-full-stack-combined.$ docker run --name my-app -p 8000:3000 -p 1337:1337 nodejs-full-stack-combined

backend running onhttp://localhost:1337
frontend running onhttp://localhost:3000

nodejs-full-stack-pm2

$cd nodejs-full-stack-pm2$ docker build -t nodejs-full-stack-pm2.$ docker run --name my-app -p 8000:3000 -p 1337:1337 nodejs-full-stack-pm2

backend running onhttp://localhost:1337
frontend running onhttp://localhost:8000

nodejs-full-stack-nginx

$cd nodejs-full-stack-nginx$ docker-compose up

app running onhttp://localhost:8000

nodejs-full-stack-ubuntu-nginx-pm2

$cd nodejs-full-stack-ubuntu-nginx-pm2$ docker build -t nodejs-full-stack-ubuntu-nginx-pm2.$ docker run --name my-app -p 8000:80 nodejs-full-stack-ubuntu-nginx-pm2

app running onhttp://localhost:8000

nodejs-full-stack-development

$cd nodejs-full-stack-development$ docker-compose up

backend running onhttp://localhost:1337
frontend running onhttp://localhost:8000

httpd-ssl

$cd httpd-ssl$ docker build. -t my-httpd$ docker run --name my-httpd-server -p 80:80 -p 443:443 -d my-httpd

app running onhttps://localhost

mysql-phpmyadmin

$cd mysql-phpmyadmin$ docker-compose up

mysql running on mysql://localhost:3306
phpmyadmin running onhttp://localhost:8888

php-mysql-phpmyadmin

$cd php-mysql-phpmyadmin$ docker-compose up

app running onhttp://localhost:8080
mysql running on mysql://localhost:3306
phpmyadmin running onhttp://localhost:8888

elasticsearch-kibana-standalone

$cd elasticsearch-kibana-standalone$ docker-compose up

elasticsearch running onhttp://localhost:9200
kibana running on mysql://localhost:5601 \

elasticsearch-kibana-standalone

$cd ubuntu-jenkins$ docker build -t ubuntu-jenkins.$ docker run --name jenkins-demo -p 8080 ubuntu-jenkins

jenkins running onhttp://localhost:8080

About

Examples of using Docker for various applications and services.

Topics

Resources

License

Stars

Watchers

Forks

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp