We need a simple exercise covering Docker. Perhaps:
template-dynamic-website
The text was updated successfully, but these errors were encountered:
We should include using VS Code inside a container.
https://code.visualstudio.com/docs/remote/containers
Assume Windows users have followed the instructions in foundation setting up wsl and ubuntu so we are installing docker etc in an Ubuntu environment:
https://docs.docker.com/install/linux/docker-ce/ubuntu/
sudo apt update sudo apt install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo apt-key fingerprint 0EBFCD88 sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo apt update sudo apt install -y docker-ce docker-ce-cli containerd.io
Install the VS Code docker extension. This will provide a docker sidebar and syntax highlighting.
docker
Sorry, something went wrong.
Merge pull request web#4 from harjaus/master
9bae150
Removed Nested Callbacks because they appear in 06.
No branches or pull requests
We need a simple exercise covering Docker. Perhaps:
template-dynamic-website
.The text was updated successfully, but these errors were encountered: