Skip to content

Commit

Permalink
urls
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Sep 18, 2024
1 parent 39ba3b5 commit 7ab105b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ RUN <<EOF
echo '</head>' >> /usr/share/nginx/html/index.html
echo '<body>' >> /usr/share/nginx/html/index.html

for i in `ls -1 output-html/*.html`
for i in `ls -1 /usr/share/nginx/html/*.html`
do
echo "<a href=$i>$i</a>" >> /usr/share/nginx/html/index.html
echo "<a href=$(basename $i)>$(basename $i)</a>" >> /usr/share/nginx/html/index.html
done

echo '</body>' >> /usr/share/nginx/html/index.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

### déclaratif vs impératif

![](images/kubernetes/imperative-declarative-k8s.jpg){height="450x"}
![](images/kubernetes/imperative-declarative-k8s.jpg){height="650x"}


### La méthode déclarative

Expand Down
12 changes: 11 additions & 1 deletion cours/containers/kubernetes/k8s-labs.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

### Site du labs

les labs sont içi : <https://liascript.github.io/course/?https://raw.githubusercontent.com/alterway/formations/main/labs/liascript/labs-k8s.md>

les labs sont içi : http://bit.ly/3XQHbUk


![](images//kubernetes/cl-1.jpeg){height="450px"}


<!-
<https://liascript.github.io/course/?https://raw.githubusercontent.com/alterway/formations/main/labs/liascript/labs-k8s.md>
-->



Binary file added images/kubernetes/cl-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/kubernetes/imperative-declarative-k8s.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ab105b

Please sign in to comment.