/docktopus

Primary LanguageDockerfileMIT LicenseMIT

Welcome to Docktopus ๐Ÿ™

{a Docker exploration lab}
ยป submit a suggestion ยท ยป report a bug ยท ยป contact

GitHub forks GitHub stars

contributions welcome GitHub License GitHub Pull Request (open) GitHub last commit

๐Ÿ•น Table of Content

  1. About
  2. Documentation
  3. Contributing
  4. License

๐ŸŒป About

This is a dedicated space for experimenting with Docker's functionalities and capabilities.

๐Ÿ”ง Tech Stack

  • Docker
  • Node.js & npm
  • React.js & Vite
  • MongoDB & Express.js
  • Next.js & Tailwind CSS

๐Ÿ„ Feature

  • [ ]
  • [ ]

๐ŸŒต Documentation

๐Ÿฏ Setup

Docker Desktop: Settings > Advanced > System

๐ŸŽ Test

docker pull ubuntu
docker run-it ubuntu
# pull
docker pull node
# create a Dockerfile
"hello-docker/Dockerfile"
# build
cd hello-docker
docker build -t hello-docker .
# check built images
docker images
# run/containerize
docker run hello-docker
docker run -it hello-docker sh

๐ŸŒพ Contributing

  1. Fork the Project
  2. Create your Branch (git checkout -b my-branch)
  3. Commit your Changes (git commit -m 'add my contribution')
  4. Push to the Branch (git push --set-upstream origin my-branch)
  5. Open a Pull Request

๐Ÿ“ License

This project is licensed under MIT.