Skip to content

spring과 flask로 간단한 회원 추가, 조회 인터페이스와 비즈니스 로직을 구현하고, docker-compose를 통해 컨테이너로 띄워본다

Notifications You must be signed in to change notification settings

kangho-Noh/spring-flask-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference

https://spring.io/guides/gs/spring-boot-docker/

https://brad903.tistory.com/entry/Docker-Containers%EA%B0%84-%ED%86%B5%EC%8B%A0%ED%95%98%EA%B8%B0

Installation

  1. Install Docker
  2. You only need docker-compose.yml file. Download docker-compose.yml
  3. Code to start containers:
    $ docker-compose up -d
  4. Now you can use the program at http://localhost:5000/
  5. To kill the containers,
    $ docker-compose down

Docker Hub Links

About

spring과 flask로 간단한 회원 추가, 조회 인터페이스와 비즈니스 로직을 구현하고, docker-compose를 통해 컨테이너로 띄워본다

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published