Skip to content

Commit

Permalink
Add foundations q33,q34 about Codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Fidelus committed Dec 12, 2023
1 parent 9731fc3 commit fd36969
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/questions/foundations/question-033.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
archetype: "questions"
title: "Question 033"
question: "How can you customize the environment that is run in GitHub Codespaces?"
draft: false
---


> https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers
1. [x] By creating a `.devcontainer/devcontainer.json` configuration file
1. [ ] By creating a custom Dockerfile in the root of your repository
1. [ ] By creating a `.github/codespaces.yml` configuration file
1. [ ] By creating custom machine images with the repository installed
13 changes: 13 additions & 0 deletions content/questions/foundations/question-034.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
archetype: "questions"
title: "Question 034"
question: "What is a GitHub Codespace deep link?"
draft: false
---


> https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-repository/facilitating-quick-creation-and-resumption-of-codespaces#creating-an-open-in-github-codespaces-badge
1. [x] It's a link that points to a specific GitHub Page that allows you to create a new GitHub Codespace and select specific configuration
1. [ ] It's a link between the GitHub Codespace and the repository which keeps the Codespace in sync with the changes in the repository
1. [ ] It's a link to the most recent GitHub Codespace that was created for the repository
1. [ ] It's a link to the most recent GitHub Codespace that you have used in any repository

0 comments on commit fd36969

Please sign in to comment.