Skip to content

ローカルのDocker環境でサーバー用バイナリをコンパイルする為のDockerfile

Notifications You must be signed in to change notification settings

YuichiMorita/production-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Motherサーバー

ローカルのDocker環境でサーバー用バイナリをコンパイルする為のDockerfile

Author

Yuichi Morita (info@reju.jp)

構築方法

docker build --no-cache --platform linux/amd64 -t jokerthewild/production-server .
docker images
docker run -it image
docker exec -it コンテナ名 bash

DockerHUBへ登録

docker login
docker push jokerthewild/production-server:latest

About

ローカルのDocker環境でサーバー用バイナリをコンパイルする為のDockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published