-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAQ:Workstation configuration changes (#444)
* add FAQ:Workstation configuration changes * update workstation configuration changes
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "What changes should be made to engineers' workstation configurations?" | ||
description: "Basically, they should have Docker." | ||
tags: | ||
- workstation | ||
- Docker | ||
- configurations | ||
- dev | ||
--- | ||
|
||
## Question | ||
|
||
What changes should we expect to make to engineers' workstation configurations to be able to interface with this new environment from the start? | ||
|
||
|
||
## Answer | ||
|
||
Not much. Here's what we recommend to [get started.](https://docs.cloudposse.com/local-dev-environments/quickstart/) | ||
|
||
Basically, they should have Docker. That’s it. | ||
|
||
If we were aiding with local `dev` environments, we'd also say `chamber` and `aws-vault`. |