Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 665 Bytes

DOCKER.md

File metadata and controls

13 lines (12 loc) · 665 Bytes

Docker

  1. Generate an SSH key and add it to GitHub.
  2. Clone the repository.
  3. Run eval "$(ssh-agent)".
  4. Run ssh-add.
  5. Run docker build --ssh default --pull -t mfb-async-renderer-dev-env ..
  6. Run docker create --mount type=bind,src=${HOME}/.ssh,target=/home/vscode/.ssh --name mfb-async-renderer-dev-env-active -h mfb-async-renderer-dev-env -it mfb-async-renderer-dev-env.
  7. Install the "Remote Development" extension pack in VS Code.
  8. Navigate to Remote Explorer in the VSCode sidebar.
  9. Select Containers from the drop down at the top.
  10. Attach to the align-dev-env container.
  11. Click Open Folder and open the align-ts folder.