Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# play-with-docker

> [!NOTE]
> **Deprecation notice:** the Play with Docker/Kubernetes systems will be unavailable starting March 1, 2026. Please visit [Docker Docs](https://docs.docker.com/guides/) for supported labs and guides.

Play With Docker gives you the experience of having a free Alpine Linux Virtual Machine in the cloud
where you can build and run Docker containers and even create clusters with Docker features like Swarm Mode.

Expand Down
4 changes: 4 additions & 0 deletions handlers/www/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1 class="md-headline">No connection to server. Reconnecting...</h1>
<md-progress-circular class="md-hue-2" md-diameter="20px"></md-progress-circular>
</section>

<section class="disconnected" layout="row" layout-align="center center" style="padding: 1em;">
<strong>Deprecation notice:</strong> Play with Docker will be unavailable starting March 1, 2026. Visit <a href="https://docs.docker.com/guides/">Docker Docs</a> for supported labs and guides.
</section>

<section id="popupContainer" layout="row" flex ng-if="isAlive">
<md-sidenav
class="md-sidenav-left"
Expand Down
5 changes: 5 additions & 0 deletions handlers/www/default/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<img src="https://galaxyproject.github.io/training-material/topics/admin/images/docker_whale.png" />
<h1 class="display-3">Play with Docker</h1>
<p class="lead">A simple, interactive and fun playground to learn Docker</p>

<div class="alert alert-warning" role="alert">
<strong>Deprecation notice:</strong> Play with Docker will be unavailable starting March 1, 2026. Visit <a href="https://docs.docker.com/guides/">Docker Docs</a> for supported labs and guides.
</div>

<div ng-hide="loggedIn" class="btn-group" role="group">
<button id="btnGroupDrop1" type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Login
Expand Down
4 changes: 4 additions & 0 deletions handlers/www/k8s/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
</md-content>
</section>

<section class="disconnected" layout="row" layout-align="center center" style="padding: 1em;">
<strong>Deprecation notice:</strong> Play with Kubernetes will be unavailable starting March 1, 2026. Visit <a href="https://docs.docker.com/guides/">Docker Docs</a> for supported labs and guides.
</section>

<section ng-if="!connected" class="disconnected" layout="row" layout-align="center center">
<h1 class="md-headline">No connection to server. Reconnecting...</h1>
<md-progress-circular class="md-hue-2" md-diameter="20px"></md-progress-circular>
Expand Down
5 changes: 5 additions & 0 deletions handlers/www/k8s/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ <h1 class="display-3">Play with Kubernetes</h1>
<p class="lead">
A simple, interactive and fun playground to learn Kubernetes
</p>

<div class="alert alert-warning" role="alert">
<strong>Deprecation notice:</strong> Play with Kubernetes will be unavailable starting March 1, 2026. Visit <a href="https://docs.docker.com/guides/">Docker Docs</a> for supported labs and guides.
</div>

<div ng-hide="loggedIn" class="btn-group" role="group">
<button
id="btnGroupDrop1"
Expand Down