hxhkim / hxhkim.github.io

Introducing webpage
https://hxhkim.github.io/
Other
2 stars 0 forks source link

push image to docker hub #12

Closed hxhkim closed 1 year ago

hxhkim commented 1 year ago

push image to docker hub

$ docker login
$ docker build -t hahyunkim/hxhkimgithub.io:1.4.0 .
$ docker push hahyunkim/hxhkimgithub.io:1.4.0

https://hub.docker.com/r/hahyunkim/hxhkim.github.io

USE

$ docker pull hahyunkim/hxhkim.github.io
$ docker run -dit --name hahyun-blog -p 9999:80 hahyunkim/hxhkim.github.io:1.4.0