Skip to content

AWS: ECS用のコンテナを作るためのファイルの作成#70

Open
EndoNrak wants to merge 4 commits intomainfrom
auto-sim
Open

AWS: ECS用のコンテナを作るためのファイルの作成#70
EndoNrak wants to merge 4 commits intomainfrom
auto-sim

Conversation

@EndoNrak
Copy link
Copy Markdown
Owner

#54

Comment thread docker/auto-sim/Dockerfile Outdated
ARG KIT_VERSION=latest
FROM $KIT_IMAGE:$KIT_VERSION

COPY commands/Makefile ./ No newline at end of file
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ECSでコンテナ起動時に叩くMakefileをコンテナに移しておく

-e DISPLAY=${DISPLAY} \
-e HOST_USER_ID=$(id -u) \
-e HOST_GROUP_ID=$(id -g) \
burger-war-sim No newline at end of file
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

開発用に最低限コンテナを起動させることができるdockerコマンド

docker build \
-f docker/auto-sim/Dockerfile \
-t burger-war-sim \
. No newline at end of file
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWS-ECRにpushする用のdocker imageを作る用のbuildコマンド

@EndoNrak EndoNrak changed the title AWS: ECS用のコンテナを作るファイルの作成 AWS: ECS用のコンテナを作るためのファイルの作成 Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant