beyond-sw-camp / be01-101

Beyond SW camp first player 101
17 stars 2 forks source link

auto lb by docker compose #44

Open pySatellite opened 4 months ago

pySatellite commented 4 months ago
  1. 로컬의 docker 이미지, 컨테이너를 모두 지움
  2. 본인 블로그를 hub.docker 에 push
  3. https://github.com/beyond-sw-camp/be01-101/issues/43 의 compose.yml 파일의 blog 부분에 이미지 주소를 넣음
  4. 아래 명령어로 가동 ( 경로는 맞출 필요가 있음)
    $ docker compose -f compose/auto_lb/compose.yml  up -d --build --force-recreate
  5. 우리가 알고있는 DOCKER CLI 명령어를 통해 컨테이너, 이미지 상태확인

ref

pySatellite commented 4 months ago

아래 작업 PR 을 붙여 주세요.

jsmin6330 commented 4 months ago
dana096 commented 4 months ago
Jaelinny commented 4 months ago
pdh4869 commented 4 months ago

pr: https://github.com/pdh4869/pdh4869.blog/pull/6

shimguh commented 4 months ago
INAUGURATE-Ryong commented 4 months ago
CoffeerLatte commented 4 months ago
choi3179 commented 4 months ago
Afresh2 commented 4 months ago
papercrane55123 commented 4 months ago