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
100
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
1k
Credit card transaction at .net
odasusu
0
230
Multi-factor authentication
odasusu
0
61
ペッパーハンズオン
odasusu
0
240
触ってみようTestLink.pdf
odasusu
0
230
Pepper_Hands-on.pdf
odasusu
0
37
Other Decks in Technology
See All in Technology
組織に自動テストを書く文化を根付かせる戦略(2024冬版) / Building Automated Test Culture 2024 Winter Edition
twada
PRO
18
5.3k
新機能VPCリソースエンドポイント機能検証から得られた考察
duelist2020jp
0
230
watsonx.ai Dojo #5 ファインチューニングとInstructLAB
oniak3ibm
PRO
0
190
UI State設計とテスト方針
rmakiyama
3
770
なぜCodeceptJSを選んだか
goataka
0
170
ハイテク休憩
sat
PRO
2
170
バクラクのドキュメント解析技術と実データにおける課題 / layerx-ccc-winter-2024
shimacos
2
1.1k
Fanstaの1年を大解剖! 一人SREはどこまでできるのか!?
syossan27
2
180
サービスでLLMを採用したばっかりに振り回され続けたこの一年のあれやこれや
segavvy
2
530
社外コミュニティで学び社内に活かす共に学ぶプロジェクトの実践/backlogworld2024
nishiuma
0
280
re:Invent 2024 Innovation Talks(NET201)で語られた大切なこと
shotashiratori
0
320
多領域インシデントマネジメントへの挑戦:ハードウェアとソフトウェアの融合が生む課題/Challenge to multidisciplinary incident management: Issues created by the fusion of hardware and software
bitkey
PRO
2
110
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.5k
GraphQLとの向き合い方2022年版
quramy
44
13k
Rails Girls Zürich Keynote
gr2m
94
13k
Faster Mobile Websites
deanohume
305
30k
Designing Experiences People Love
moore
138
23k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.4k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Adopting Sorbet at Scale
ufuk
73
9.1k
YesSQL, Process and Tooling at Scale
rocio
169
14k
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を作成して上書き復元するワークアラウンド
ありがとうございます