Skip to content

Commit d33a137

Browse files
authored
Merge branch 'master' into dependabot/bundler/_site/play-with-docker/Portus/Portus.1/devise-4.7.1
2 parents 44efcb4 + 71c16e3 commit d33a137

File tree

212 files changed

+63627
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+63627
-81
lines changed

.server_client.md.swp

12 KB
Binary file not shown.

Gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (6.0.5)
11+
activesupport (6.0.6.1)
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
1313
i18n (>= 0.7, < 2)
1414
minitest (~> 5.1)
@@ -23,7 +23,7 @@ GEM
2323
coffee-script-source (1.11.1)
2424
colorator (1.1.0)
2525
commonmarker (0.23.4)
26-
concurrent-ruby (1.1.10)
26+
concurrent-ruby (1.2.0)
2727
dnsruby (1.61.9)
2828
simpleidn (~> 0.1)
2929
em-websocket (0.5.3)
@@ -243,12 +243,14 @@ GEM
243243
jekyll (>= 3.5, < 5.0)
244244
jekyll-feed (~> 0.9)
245245
jekyll-seo-tag (~> 2.1)
246-
minitest (5.15.0)
246+
minitest (5.17.0)
247247
multipart-post (2.1.1)
248248
nokogiri (1.13.6-arm64-darwin)
249249
racc (~> 1.4)
250250
nokogiri (1.13.6-x86_64-darwin)
251251
racc (~> 1.4)
252+
nokogiri (1.13.6-x86_64-linux)
253+
racc (~> 1.4)
252254
octokit (4.22.0)
253255
faraday (>= 0.9)
254256
sawyer (~> 0.8.0, >= 0.5.3)
@@ -296,7 +298,7 @@ GEM
296298
thread_safe (0.3.6)
297299
typhoeus (1.4.0)
298300
ethon (>= 0.9.0)
299-
tzinfo (1.2.9)
301+
tzinfo (1.2.11)
300302
thread_safe (~> 0.1)
301303
unf (0.1.4)
302304
unf_ext
@@ -308,10 +310,11 @@ GEM
308310
rexml (~> 3.2)
309311
webrick (1.7.0)
310312
yell (2.2.2)
311-
zeitwerk (2.5.4)
313+
zeitwerk (2.6.6)
312314

313315
PLATFORMS
314316
universal-darwin-21
317+
x86_64-linux
315318

316319
DEPENDENCIES
317320
github-pages

README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# 🏗️ Getting Started with Docker
22

3-
![Visitor count](https://shields-io-visitor-counter.herokuapp.com/badge?page=collabnix.dockerlabs)
43
![stars](https://img.shields.io/github/stars/collabnix/dockerlabs)
54
![Discord](https://img.shields.io/discord/1020180904129335379)
65
![GitHub contributors](https://img.shields.io/github/contributors/collabnix/dockerlabs)
@@ -20,9 +19,10 @@
2019
- [Play with Docker Platform](https://labs.play-with-docker.com/)
2120

2221

23-
# 📝 Join our Slack Community
22+
# 📝 Join our Community
2423

25-
- Join 7000+ DevOps Engineers today via [Community Slack](https://launchpass.com/collabnix)
24+
- Join 8700+ DevOps Engineers today via [Community Slack](https://launchpass.com/collabnix)
25+
- Join 2000+ [Discord members](https://discord.gg/QEkCXAXYSe)
2626
- Fork, Contribute & Share via [DockerLabs GITHUB Repository](https://github.com/collabnix/dockerlabs)
2727
- Click and Follow us over Twitter [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow%20%40collabnix)](https://twitter.com/collabnix)
2828

@@ -39,6 +39,31 @@
3939
| [Docker Desktop](./workshop/dockerdesktop/README.md) | Docker Dashboard, Dev Environments, Extensions | 5 |
4040

4141

42+
43+
# Latest Docker Desktop Features and Demos
44+
45+
| Title | Topics Covered | Category | Labs |
46+
|:-------------|:------------------|:------|:------|
47+
| [Docker Scout](https://github.com/collabnix/docker-scout-community) | Scout CLI, Scout Sample Demo| Security | 2 |
48+
| [Docker init](https://github.com/dockersamples/docker-init-demos) | Dockerfile, Compose, Python, Go, Rust, Node | Developer Tools | 5|
49+
| [Docker init for Python](https://github.com/dockersamples/docker-init-demos/tree/main/python) | Dockerfile, Compose, Python | Developer Tools| 1|
50+
| [Docker init for Go](https://github.com/dockersamples/docker-init-demos/tree/main/go) |Dockerfile, Compose, Go | Developer Tools | 1|
51+
| [Docker init for Rust](https://github.com/dockersamples/docker-init-demos/tree/main/rust) |Dockerfile, Compose, Rust | Developer Tools | 1|
52+
| [Compose Watch](https://github.com/dockersamples/docker-init-demos/tree/main/python/compose-watch)| Compose, Sync, Rebuild| Developer Tools | 1 |
53+
| [Compose Include](https://github.com/ajeetraina/compose-include) | Compose, Include | Developer Tools | 1 |
54+
55+
56+
## Industry Use cases
57+
58+
| Title | Topics Covered | Labs |
59+
|:-------------|:------------------|:------|
60+
| [Docker for AI](https://github.com/collabnix/dockerlabs/tree/master/workshop/ai) | Docker for Data Scientist | 1 |
61+
| Docker for Gaming | Gaming | Not Started|
62+
| Docker for Financial Service | - | Not Started|
63+
| Docker for Healthcare | - | Not Started|
64+
65+
66+
4267
## Docker WorkShop for Beginners
4368

4469

_site/beginners/dockerfile/lab4_dockerfile_copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lab #3: Create an image with COPY instruction
2-
The COPY instruction copies files or directories from source and adds them to the filesystem of the container at destinatio.
2+
The COPY instruction copies files or directories from source and adds them to the filesystem of the container at destination.
33

44
Two form of COPY instruction
55
```

_site/play-with-docker/Portus/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def packaging?
5252
end
5353

5454
# If the deployment is done through Puma, include it in the bundle.
55-
gem "puma", "~> 4.3.12" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging?
55+
gem "puma", "~> 5.6.7" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging?
5656

5757
# In order to create the Gemfile.lock required for packaging
5858
# meaning that it should contain only the production packages

_site/play-with-docker/Portus/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ GEM
199199
mysql2 (0.3.18)
200200
nenv (0.3.0)
201201
net-ldap (0.11)
202-
nio4r (2.5.8)
202+
nio4r (2.5.9)
203203
nokogiri (1.13.6)
204204
mini_portile2 (~> 2.8.0)
205205
racc (~> 1.4)
@@ -232,7 +232,7 @@ GEM
232232
activerecord (>= 3.0)
233233
i18n (>= 0.5.0)
234234
railties (>= 3.0.0)
235-
puma (4.3.12)
235+
puma (5.6.7)
236236
nio4r (~> 2.0)
237237
pundit (1.0.1)
238238
activesupport (>= 3.0.0)
@@ -438,7 +438,7 @@ DEPENDENCIES
438438
poltergeist
439439
pry-rails
440440
public_activity
441-
puma (~> 4.3.12)
441+
puma (~> 5.6.7)
442442
pundit
443443
quiet_assets
444444
rack-mini-profiler

_site/play-with-docker/Portus/Portus.1/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def packaging?
5252
end
5353

5454
# If the deployment is done through Puma, include it in the bundle.
55-
gem "puma", "~> 4.3.12" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging?
55+
gem "puma", "~> 5.6.7" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging?
5656

5757
# In order to create the Gemfile.lock required for packaging
5858
# meaning that it should contain only the production packages

_site/play-with-docker/Portus/Portus.1/Gemfile.lock

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,12 @@ GEM
192192
mime-types-data (~> 3.2015)
193193
mime-types-data (3.2021.0225)
194194
mini_mime (1.1.0)
195-
mini_portile2 (2.8.1)
196-
minitest (5.17.0)
195+
197196
multi_json (1.11.2)
198197
multipart-post (2.0.0)
199198
mysql2 (0.3.18)
200199
nenv (0.3.0)
201200
net-ldap (0.11)
202-
nio4r (2.5.8)
203-
nokogiri (1.14.0)
204-
mini_portile2 (~> 2.8.0)
205201
racc (~> 1.4)
206202
notiffany (0.0.8)
207203
nenv (~> 0.1)
@@ -232,13 +228,12 @@ GEM
232228
activerecord (>= 3.0)
233229
i18n (>= 0.5.0)
234230
railties (>= 3.0.0)
235-
puma (4.3.12)
231+
puma (5.6.7)
236232
nio4r (~> 2.0)
237233
pundit (1.0.1)
238234
activesupport (>= 3.0.0)
239235
quiet_assets (1.1.0)
240236
railties (>= 3.1, < 5.0)
241-
racc (1.6.2)
242237
rack (1.6.13)
243238
rack-mini-profiler (0.9.3)
244239
rack (>= 1.1.3)
@@ -438,7 +433,7 @@ DEPENDENCIES
438433
poltergeist
439434
pry-rails
440435
public_activity
441-
puma (~> 4.3.12)
436+
puma (~> 5.6.7)
442437
pundit
443438
quiet_assets
444439
rack-mini-profiler

_site/play-with-docker/Portus/Portus.1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"webpack-dev-server": "^2.3.0"
1616
},
1717
"dependencies": {
18-
"bootstrap-sass": "^3.3.6",
18+
"bootstrap-sass": "^3.4.1",
1919
"compression-webpack-plugin": "^0.3.2",
2020
"jquery": "^3.5.0",
2121
"jquery-ujs": "^1.2.1",

_site/play-with-docker/Portus/Portus.1/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,9 +660,9 @@ [email protected]:
660660
dependencies:
661661
hoek "2.x.x"
662662

663-
bootstrap-sass@^3.3.6:
664-
version "3.3.7"
665-
resolved "https://registry.yarnpkg.com/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz#6596c7ab40f6637393323ab0bc80d064fc630498"
663+
bootstrap-sass@^3.4.1:
664+
version "3.4.1"
665+
resolved "https://registry.yarnpkg.com/bootstrap-sass/-/bootstrap-sass-3.4.1.tgz#6843c73b1c258a0ac5cb2cc6f6f5285b664a8e9a"
666666

667667
brace-expansion@^1.1.7:
668668
version "1.1.11"

0 commit comments

Comments
 (0)