Sign inSign up

ysaito8015/modest_greeter

By ysaito8015

•Updated almost 7 years ago

elixir/phoenix 初級シリーズ1

Image
0

273

ysaito8015/modest_greeter repository overview

⁠書籍

Elixir/Phoenix 初級①: はじめの一歩 (OIAX BOOKS) Kindle版⁠

⁠ph1.4.11 用のdocker を立ち上げる

docker run -it -p 4000:4000 -v $(pwd):/work/projects/ modest_greeter:ph1.4.11 /bin/bash

⁠docker tag

  • ysaito8015/modest_greeter:ph1.2.5
  • ysaito8015/modest_greeter:ph1.4.10
  • ysaito8015/modest_greeter:ph1.4.11

⁠docker hub

ysaito8015/modest_greeter⁠

⁠tag の追加や削除

git tag -a [tagname] -m'comment' git push origin [tagname]

⁠local

git tag -d [tagname]

⁠remote

git push --delete origin [tagname]

Tag summary

Content type

Image

Digest

Size

506.6 MB

Last updated

almost 7 years ago

docker pull ysaito8015/modest_greeter:ph1.4.10