Skip to content

Commit

Permalink
⬆️ Update links to DockerSwarm.rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 19, 2019
1 parent c126e6d commit b9e1a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion full-stack-flask-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ All using open source components, but making sure we use the “right” compone
Here are some of the features (and I'm probably missing some more):

* Full Docker integration (Docker based)
* Docker Swarm Mode deployment
* Docker Swarm Mode deployment in a cluster set up as described in <a href="https://dockerswarm.rocks" target="_blank">DockerSwarm.rocks</a>
* Docker Compose integration and optimization for local development
* Production ready Python web server using Nginx and uWSGI
* Python Flask backend with:
Expand Down
2 changes: 1 addition & 1 deletion stack-traefik-rancher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Since Rancher 2.0, it no longer is a cluster management system.

It's mostly an interface to Kubernetes. So, if you are using an older version of Rancher, this might be useful. Otherwise, consider it obsolete.

You can now use Docker Swarm mode. It gets a lot easier, with automatic HTTPS certificate generation for all the needed domains and a lot more robust. You can see how to deploy a distributed Traefik [in this article](https://medium.com/@tiangolo/docker-swarm-mode-and-distributed-traefik-proxy-with-https-6df45d0c0fc0).
You can now use Docker Swarm mode. It gets a lot easier, with automatic HTTPS certificate generation for all the needed domains and a lot more robust. You can see how to deploy a distributed Traefik [in this article](https://medium.com/@tiangolo/docker-swarm-mode-and-distributed-traefik-proxy-with-https-6df45d0c0fc0), or at <a href="https://dockerswarm.rocks" target="_blank">DockerSwarm.rocks</a>.

## Description

Expand Down

0 comments on commit b9e1a4d

Please sign in to comment.