Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
SQL Serverを Docker Desktopで動かす
Search
Susumu Odahara
January 31, 2021
Technology
0
110
SQL Serverを Docker Desktopで動かす
Susumu Odahara
January 31, 2021
Tweet
Share
More Decks by Susumu Odahara
See All by Susumu Odahara
AWS_QuickSightの利用
odasusu
0
1.1k
Credit card transaction at .net
odasusu
0
250
Multi-factor authentication
odasusu
0
67
ペッパーハンズオン
odasusu
0
260
触ってみようTestLink.pdf
odasusu
0
310
Pepper_Hands-on.pdf
odasusu
0
37
Other Decks in Technology
See All in Technology
VCpp Link and Library - C++ breaktime 2025 Summer
harukasao
0
240
ローカルLLMでファインチューニング
knishioka
0
140
Navigation3でViewModelにデータを渡す方法
mikanichinose
0
220
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
210
CSS、JSをHTMLテンプレートにまとめるフロントエンド戦略
d120145
0
280
[TechNight #90-1] 本当に使える?ZDMの新機能を実践検証してみた
oracle4engineer
PRO
3
160
地図も、未来も、オープンに。 〜OSGeo.JPとFOSS4Gのご紹介〜
wata909
0
100
変化する開発、進化する体系時代に適応するソフトウェアエンジニアの知識と考え方(JaSST'25 Kansai)
mizunori
1
200
Wasm元年
askua
0
130
Observability infrastructure behind the trillion-messages scale Kafka platform
lycorptech_jp
PRO
0
130
Prox Industries株式会社 会社紹介資料
proxindustries
0
260
ハノーバーメッセ2025座談会.pdf
iotcomjpadmin
0
160
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Documentation Writing (for coders)
carmenintech
71
4.9k
Statistics for Hackers
jakevdp
799
220k
GraphQLとの向き合い方2022年版
quramy
47
14k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
Embracing the Ebb and Flow
colly
86
4.7k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Music & Morning Musume
bryan
46
6.6k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Transcript
SQL Serverを Docker Desktopで動かす 鹿児島Linux勉強会 2021.01 2021年1月31日 Susumu Odahara
自己紹介 名前:小田原 進 職業:C#プログラマ @株式会社エス・テー・ラボ 趣味:釣り、自転車、ジョギング
インストール①
インストール②
使用後① • WSL2を使用するとホストのメモリを食いつぶす問題 ◦ Wmmemが原因ぽい ▪ https://github.com/microsoft/WSL/issues/4166 ◦ ホスト側に設定ファイルを追加することで応急処置 ▪
%USERPROFILE%\.wslconfig [wsl2] memory=6GB
使用後② • SQL Serverのイメージサイズが3GB超えから、1.5GBぐらいへ減少
使用後③ • DBをバックアップから復元するとエラーが出る問題 ◦ 復元したい名称のDBを作成して上書き復元するワークアラウンド
ありがとうございます