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
69
ペッパーハンズオン
odasusu
0
270
触ってみようTestLink.pdf
odasusu
0
330
Pepper_Hands-on.pdf
odasusu
0
37
Other Decks in Technology
See All in Technology
サービスロボット最前線:ugoが挑むPhysical AI活用
kmatsuiugo
0
170
.NET開発者のためのAzureの概要
tomokusaba
0
170
Amazon Bedrock AgentCore でプロモーション用動画生成エージェントを開発する
nasuvitz
6
310
Intro to Software Startups: Spring 2025
arnabdotorg
0
300
文字列の並び順 / String Collation
tmtms
1
120
AWSの最新サービスでAIエージェント構築に楽しく入門しよう
minorun365
PRO
9
530
2025新卒研修・Webアプリケーションセキュリティ #弁護士ドットコム
bengo4com
3
9.8k
ウォンテッドリーのアラート設計と Datadog 移行での知見
donkomura
0
230
Amazon S3 Vectorsは大規模ベクトル検索を低コスト化するサーバーレスなベクトルデータベースだ #jawsugsaga / S3 Vectors As A Serverless Vector Database
quiver
2
1k
新卒(ほぼ)専業Kagglerという選択肢
nocchi1
0
1.5k
生成AIによるデータサイエンスの変革
taka_aki
0
3.1k
GISエンジニアよ 現場に行け!
sudataka
1
140
Featured
See All Featured
Code Review Best Practice
trishagee
69
19k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Automating Front-end Workflow
addyosmani
1370
200k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
For a Future-Friendly Web
brad_frost
179
9.9k
Done Done
chrislema
185
16k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.6k
Embracing the Ebb and Flow
colly
86
4.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
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を作成して上書き復元するワークアラウンド
ありがとうございます