We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430224e commit 6a12205Copy full SHA for 6a12205
README.md
@@ -11,7 +11,7 @@ W3schools tutorials are available at any time within your local computer.
11
1. First pull image to your docker images : `docker pull ja7adr/w3schools`
12
2. Create container from image :
13
14
-- `docker run -d -p 80:80 --name w3schools w3schools:latest
+- `docker run -d -p 80:80 --name w3schools w3schools:latest`
15
- `docker run -d -p 127.0.0.1:80:80 --name w3schools w3schools:latest`
16
17
3. Open Browser for access to w3schools from http://127.0.0.1 or http://localhost
0 commit comments