Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker + Ubuntu で OpenSSLを使う #3597

Open
YumaInaura opened this issue Apr 18, 2024 · 0 comments
Open

Docker + Ubuntu で OpenSSLを使う #3597

YumaInaura opened this issue Apr 18, 2024 · 0 comments

Comments

@YumaInaura
Copy link
Owner

YumaInaura commented Apr 18, 2024

dockerコマンドを使う場合

docker run -it ubuntu

dockerコンテナで以下を実行

apt update
apt install openssl

openssl version

Dockerfileを使う場合

FROM ubuntu

RUN apt update
RUN apt install openssl

コマンド

docker build . -t ubuntu-openssl-test
docker run -it ubuntu-openssl-test bash

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

プロフィール・経歴

https://github.com/YumaInaura/YumaInaura

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

No branches or pull requests

1 participant