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
120
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
70
ペッパーハンズオン
odasusu
0
270
触ってみようTestLink.pdf
odasusu
0
340
Pepper_Hands-on.pdf
odasusu
0
38
Other Decks in Technology
See All in Technology
現場データから見える、開発生産性の変化コード生成AI導入・運用のリアル〜 / Changes in Development Productivity and Operational Challenges Following the Introduction of Code Generation AI
nttcom
0
170
防災デジタル分野での官民共創の取り組み (2)DIT/CCとD-CERTについて
ditccsugii
0
310
データ戦略部門 紹介資料
sansan33
PRO
1
3.8k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
14k
Geospatialの世界最前線を探る [2025年版]
dayjournal
1
240
それでも私が品質保証プロセスを作り続ける理由 #テストラジオ / Why I still continue to create QA process
pineapplecandy
0
130
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
1
520
プレーリーカードを活用しよう❗❗デジタル名刺交換からはじまるイベント会場交流のススメ
tsukaman
0
180
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
190
AI Agent Dojo #2 watsonx Orchestrateフローの作成
oniak3ibm
PRO
0
130
Digitization部 紹介資料
sansan33
PRO
1
5.6k
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
200
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
The Cult of Friendly URLs
andyhume
79
6.6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Balancing Empowerment & Direction
lara
5
690
Side Projects
sachag
455
43k
Unsuck your backbone
ammeep
671
58k
A better future with KSS
kneath
239
18k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Navigating Team Friction
lara
190
15k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Typedesign – Prime Four
hannesfritz
42
2.8k
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を作成して上書き復元するワークアラウンド
ありがとうございます