Skip to content

Commit

Permalink
Update from Forestry.io
Browse files Browse the repository at this point in the history
Sheldon Hull created content/microblog/2020-06-04t22-15-21-00-00.md
  • Loading branch information
sheldonhull authored and Forestry.io committed Jun 4, 2020
1 parent 3d7fc4e commit 928730b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .forestry/front_matter/templates/microblog.yml
Expand Up @@ -69,3 +69,4 @@ pages:
- content/microblog/2020-06-02t17-53-51-00-00.md
- content/microblog/2020-06-02t19-22-51-00-00.md
- content/microblog/2020-06-04t22-14-24-00-00.md
- content/microblog/2020-06-04t22-15-21-00-00.md
21 changes: 21 additions & 0 deletions content/microblog/2020-06-04t22-15-21-00-00.md
@@ -0,0 +1,21 @@
---
title: 2020-06-04T22:15:21+00:00
date: 2020-06-04 22:00:00 +00:00
tags:
- til
- tech
- go
- docker
- sql-server

---
- add dev container configuration for Go project in Visual Studio code
- Added docker compose file
- Add SQL Server to compose as another service.
- `docker-compose up -d`
- Attach to running container in VSCode
- Magic ⚡

Now I can open Visual Studio Code and run a go project against SQL Server, and tear it all down as I want. Gonna definitely blog on this, as it's super cool to see this work so well.

While Docker has a steep learning curve, being able to have a full clean dev test environment with SQL Server in a local container and another Ubuntu container to run Go projects in absolutely amazing, not to mention working "inside it" with Remote Workspaces extension from Microsoft.

0 comments on commit 928730b

Please sign in to comment.