File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# W3Schools Offline ⚡️ Weekly Update v2021.01.13
2
2
3
+ ![ Repo Size] ( https://img.shields.io/github/repo-size/ja7adr/W3Schools ) ![ Docker Image Size] ( https://img.shields.io/docker/image-size/ja7adr/w3schools?style=flat-square )
4
+
3
5
![ W3schools] ( https://www.w3schools.com/images/w3schoolscom_gray.gif )
4
6
5
7
If you like w3schools tutorials , you can access any time in your local to w3schools.
@@ -9,12 +11,12 @@ If you like w3schools tutorials , you can access any time in your local to w3sch
9
11
1 . First pull image to your docker images : ` docker pull ja7adr/w3schools `
10
12
2 . Create container from image :
11
13
12
- - ` docker run -d -p 80:80 --name w3schools w3schools:latest ` ==> this is run on ip 0.0.0.0
13
- - ` docker run -d -p 127.0.0.1:80:80 --name w3schools w3schools:latest ` ==> this is run on ip 127.0.0.1
14
+ - ` docker run -d -p 80:80 --name w3schools w3schools:latest ` ==> this run on ip 0.0.0.0
15
+ - ` docker run -d -p 127.0.0.1:80:80 --name w3schools w3schools:latest ` ==> this run on ip 127.0.0.1
14
16
15
17
3 . Open Browser for access to w3schools from http://127.0.0.1 or http://localhost
16
18
17
19
## ⁉️ How to used zipped edition (50 MB Size) ?
18
20
19
- 1 . Download Latest Release : ![ Go to Release] ( https://github.com/Ja7adR/W3Schools/releases )
21
+ 1 . Download Latest Release : ![ Release] ( https://github.com/Ja7adR/W3Schools/releases )
20
22
2 . Just run file ` index.html `
You can’t perform that action at this time.
0 commit comments