Giter Site home page Giter Site logo

fhsinchy / docker-handbook-projects Goto Github PK

View Code? Open in Web Editor NEW
1.3K 1.3K 311.0 1.13 MB

Project codes used in "The Docker Handbook"

Home Page: https://freecodecamp.org/news/the-docker-handbook/

License: The Unlicense

JavaScript 59.30% HTML 2.02% Vue 6.86% CSS 0.43% Makefile 1.89% Shell 27.96% Dockerfile 1.54%
docker docker-compose express javascript vite

docker-handbook-projects's Introduction

Bonjour, mon ami! wave

Hi, I am Farhan Hasin Chowdhury, a software developer from Bangladesh with a knack for learning new things and writing about them. I make open-source software and write free full-length handbooks to help out developers in their journey.


๐Ÿ“˜ Latest Blog Articles

โ–ถ ...more blog articles

Buy Me A Coffee

docker-handbook-projects's People

Contributors

fhsinchy avatar hreikin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-handbook-projects's Issues

custom-nginx folder with wrong content

Hello,

First of all, congratulations! I am reading The Docker Handbook and it is has been in a really easy reading and understanding.

I am opening this issue because it looks like the 'custom-nginx' folder content is wrong. It is containing a .tar.gz with a bunch of files, instead of the Dockerfile put on the section.

FROM ubuntu:latest

EXPOSE 80

RUN apt-get update &&
apt-get install nginx -y &&
apt-get clean && rm -rf /var/lib/apt/lists/*

CMD ["nginx", "-g", "daemon off;"]

fullstack-notes-application

I cant get this lab to work on my machine following your article.

I presume the issue is with the Dockerfile.dev my side. I have placed a copy of the file within the API, Client and NGINX directories bit clearly need to amend the contents?

nginx build errors

Was just going through this tutorial and encountered errors building nginx from source:

for whatever reason apt-get couldn't find libssl1.1 using libssl1.0 worked

#5 9.014 E: Unable to locate package libssl1.1
#5 9.015 E: Couldn't find any package by glob 'libssl1.1
#5 9.015 E: Couldn't find any package by regex 'libssl1.1
------
executor failed running [/bin/sh -c apt-get update &&     apt-get install build-essential    libpcre3     libpcre3-dev     zlib1g     zlib1g-dev     libssl1.1     libssl-dev     -y &&     apt-get clean && rm -rf /var/lib/apt/lists/*]: exit code: 100 

the make file for compiling nginx throws errors for deprecated code using 1.19.2 upgrading to 1.20.2 instead works.

#9 45.57 src/event/ngx_event_openssl.c:729:9: error: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
#9 45.57   729 |         engine = ENGINE_by_id((char *) p);
#9 45.57       |         ^~~~~~
#9 45.57 In file included from src/event/ngx_event_openssl.h:22,
#9 45.57                  from src/core/ngx_core.h:84,
#9 45.57                  from src/event/ngx_event_openssl.c:9:

PDF Book

Not really an issue, rather a compliment and a question.
I really love your work. ๐Ÿ˜Š
Do you by chance have a PDF version of the docker handbook?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.