Skip to content

hoangqt/docker-mac

Repository files navigation

View from Isola di San Giorgio Maggiore

Intentional left blank

Summary

Development image for working on MacOS.

Local setup

  • Register an account with Docker Hub and create an personal access token (PAT)
  • Install the following
Docker Desktop
hadolint
  • Clone this repo
  • Authenticate with Docker Hub
docker login -u <USER> -p <PAT>
  • Build
docker build -t hoangqt/docker-mac .
  • Tag the image
docker tag -t hoangqt/docker-mac:latest hoangqt/docker-mac:latest
  • Publish to Docker Hub
docker push hoangqt/docker-mac:latest

About

Ubuntu box to poke around.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published