docker buildx build --platform linux/amd64 -t {NAME_OF_HEROKU_APP} .
docker tag {NAME_OF_HEROKU_APP} registry.heroku.com/{NAME_OF_HEROKU_APP}/web
docker push registry.heroku.com/{NAME_OF_HEROKU_APP}/web
Install Remote-Containers VSCode extension. This will alllow you to connect to your docker dev environment through VSCode. Open up your command pallete(command + shit + p on mac and ctrl + shift + p on windows) and type in Remote-Containers: Add Development Container Configuration Files... Click From a predefined container configuration definition... Click Python3 & Postgresql Update: .devcontainer/devcontainer.json
Jun 22, 2021Week 19 Day 2 Lecture Videos 1 (15 minutes) Watch: Container Intro (12:00) docker container run (Official documentation) Usage:
Jun 15, 2021What is Docker What are Docker containers? Docker containers containers are isolated containers are ephemeral containers are lightweight containers are reproducible
Jun 14, 2021or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up