Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Update deprecated links in Documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
  • Loading branch information
Vu Cong Tuan committed Feb 26, 2019
1 parent 239c278 commit 6c6d0e5
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Documentation/app-container.md
Expand Up @@ -50,5 +50,5 @@ To validate that `rkt` successfully implements the ACE part of the spec, use the
[appc-val]: https://github.com/appc/spec/blob/master/README.md#validating-app-container-executors-aces
[docker2aci]: https://github.com/appc/docker2aci
[goaci]: https://github.com/appc/goaci
[k8s-pods]: http://kubernetes.io/docs/user-guide/pods/
[k8s-pods]: https://kubernetes.io/docs/concepts/workloads/pods/pod/
[running-docker-images]: running-docker-images.md
12 changes: 6 additions & 6 deletions Documentation/devel/architecture.md
Expand Up @@ -292,9 +292,9 @@ From a UI perspective, main consumers of the logging and attaching subsystem are
[man-exec]: http://man7.org/linux/man-pages/man3/exec.3.html
[oci-img-spec]: https://github.com/opencontainers/image-spec
[rkt-image-fetching]: ../image-fetching-behavior.md
[systemd-beforeafter]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#Before=
[systemd-conflicts]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#Conflicts=
[systemd-wants]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#Wants=
[systemd-onfailure]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#OnFailure=
[systemd-remainafterexit]: http://www.freedesktop.org/software/systemd/man/systemd.service.html#RemainAfterExit=
[systemd-stopwhenunneeded]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#StopWhenUnneeded=
[systemd-beforeafter]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Before=
[systemd-conflicts]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Conflicts=
[systemd-wants]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Wants=
[systemd-onfailure]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#OnFailure=
[systemd-remainafterexit]: https://www.freedesktop.org/software/systemd/man/systemd.service.html#RemainAfterExit=
[systemd-stopwhenunneeded]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#StopWhenUnneeded=
2 changes: 1 addition & 1 deletion Documentation/integrations.md
Expand Up @@ -4,7 +4,7 @@ This document tracks projects that integrate with rkt. [Join the community](http
## Projects
[Kubernetes](https://github.com/kubernetes-incubator/rktlet): an enterprise grade container orchestration solution. Kubernetes offers rkt support as an alternative to the standard install.

[Mesos](http://mesos.apache.org/blog/mesos-1-0-0-released/): Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.
[Mesos](https://mesos.apache.org/blog/mesos-1-0-0-released/): Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.

[Nomad](https://www.nomadproject.io/docs/drivers/rkt.html): a container orchestration platform focused on ease of use. Nomad supports rkt through the rkt driver.

Expand Down
18 changes: 9 additions & 9 deletions Documentation/production-users.md
Expand Up @@ -6,8 +6,8 @@ This document tracks people and use cases for rkt in production. [Join the commu

BlaBlaCar is a trusted car-pooling service based in France. They've [blogged about](http://blablatech.com/blog/why-and-how-blablacar-went-full-containers) the stability of rkt being a big appeal.

* Media report from [LeMagIT](http://www.lemagit.fr/actualites/4500272608/avec-rkt-10-CoreOS-estime-que-sa-technologie-de-conteneur-est-mure-pour-la-production): "rkt has become the container technology of choice for the French carpool specialist Blablacar. The company, which has adopted early container technologies, now relies on rkt and CoreOS for 90% of its applications."
* Media report from [Silicon.fr](http://www.silicon.fr/blablacar-generalise-conteneurs-rocket-159564.html), "Rocket tackled the limitations we had identified with Docker. In particular, the solution eliminated the use of a daemon (process running in the background, Editor's note) and approached the network part in a very modular way"
* Media report from [LeMagIT](https://www.lemagit.fr/actualites/4500272608/avec-rkt-10-CoreOS-estime-que-sa-technologie-de-conteneur-est-mure-pour-la-production): "rkt has become the container technology of choice for the French carpool specialist Blablacar. The company, which has adopted early container technologies, now relies on rkt and CoreOS for 90% of its applications."
* Media report from [Silicon.fr](https://www.silicon.fr/blablacar-generalise-conteneurs-rocket-159564.html), "Rocket tackled the limitations we had identified with Docker. In particular, the solution eliminated the use of a daemon (process running in the background, Editor's note) and approached the network part in a very modular way"

## [Kubernetes and CoreOS Container Linux]()

Expand All @@ -21,7 +21,7 @@ Kumulus Technologies offers classes and services to optimize your Cloud. They've

Kinvolk are a professional consulting team and active contributors to systemd, rkt, and the Linux kernel. rkt helps them easily [test various Linux kernels and configurations](https://kinvolk.io/blog/2017/02/using-custom-rkt-stage1-images-to-test-against-various-kernel-versions/).

## [Adfin.com](http://www.adfin.com/)
## [Adfin.com](https://www.adfin.com/)

Per Milosz Tanski, [from HN comments](https://news.ycombinator.com/item?id=12366932). "The same experiences we switched to using rkt, supervised by upstart (and now systemd). We have an "application" state template in our salt config and every docker update something would cause all of them to fail. Thankful the "application" state template abstracted running container enough were we switched from docker -> rkt under the covers without anybody noticing, except now we no longer fearing of container software updates."

Expand All @@ -34,9 +34,9 @@ These are blog posts and stories from people evaluating rkt. Although most aren'
- [Julia Evans, Infrastructure Engineer at Stripe](https://jvns.ca/blog/2016/11/03/what-happens-when-you-run-a-rkt-container/) what happens when you run a rkt container
- [Nicholas Dziuba](https://www.reddit.com/r/coreos/comments/5vhrlw/thesis_with_rkt_evaluation/) writing his thesis on the security model of rkt
- [John Pettigrew, Developer at Clevyr ](https://pettigrew.rocks/2016/05/30/a-beginners-guide-to-rkt-containers/) a beginner’s guide to rkt containers
- [Joey Zwicker, at Co-founder of Pachyderm.io](https://news.ycombinator.com/item?id=12103201) rkt support is on the roadmap. See [Does Pachyderm only work with docker containers?](http://docs.pachyderm.io/en/stable/FAQ.html)
- [Fernando Ike, Sales Engineer at Highwinds](http://www.slideshare.net/fernandoike/docker-baleias-vs-rkt-foguetes) docker vs rkt comparison
- [Scott Lowe, Developer at VMWare](http://www.slideshare.net/lowescott/getting-started-with-containers) getting started with containers
- [Yutaka Matsubara, CTO at Abby](http://www.slideshare.net/YutakaMatsubara/rocket-46800960) rkt
- [Thuc Le Dong, Developer at Silicon Straits](http://www.slideshare.net/ledongthuc/rkt-container-engine) overview of the rkt container engine
- [Avi Deitcher, Business Technology Consultant](http://blog.atomicinc.com/2016/10/14/can-rktkubernetes-provide-a-real-alternative-to-docker/)
- [Joey Zwicker, at Co-founder of Pachyderm.io](https://news.ycombinator.com/item?id=12103201) rkt support is on the roadmap. See [Does Pachyderm only work with docker containers?](https://docs.pachyderm.io/en/v1.2.6/FAQ.html#does-pachyderm-only-work-with-docker-containers)
- [Fernando Ike, Sales Engineer at Highwinds](https://www.slideshare.net/fernandoike/docker-baleias-vs-rkt-foguetes) docker vs rkt comparison
- [Scott Lowe, Developer at VMWare](https://www.slideshare.net/lowescott/getting-started-with-containers) getting started with containers
- [Yutaka Matsubara, CTO at Abby](https://www.slideshare.net/YutakaMatsubara/rocket-46800960) rkt
- [Thuc Le Dong, Developer at Silicon Straits](https://www.slideshare.net/ledongthuc/rkt-container-engine) overview of the rkt container engine
- [Avi Deitcher, Business Technology Consultant](https://blog.atomicinc.com/2016/10/14/can-rktkubernetes-provide-a-real-alternative-to-docker/)
6 changes: 3 additions & 3 deletions Documentation/running-fly-stage1.md
Expand Up @@ -93,8 +93,8 @@ For more information please consult the systemd manual.


[build-configure]: build-configure.md
[kubelet]: http://kubernetes.io/docs/admin/kubelet/
[kubelet]: https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
[sharedsubtree]: https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt
[systemd.directives]: http://www.freedesktop.org/software/systemd/man/systemd.directives.html
[systemd.resource-control]: http://www.freedesktop.org/software/systemd/man/systemd.resource-control.html
[systemd.directives]: https://www.freedesktop.org/software/systemd/man/systemd.directives.html
[systemd.resource-control]: https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html
[systemd-unit]: using-rkt-with-systemd.md#advanced-unit-file
4 changes: 2 additions & 2 deletions Documentation/running-kvm-stage1.md
Expand Up @@ -72,9 +72,9 @@ This will build the rkt binary and the KVM stage1 aci image in `build-rkt-1.30.0

[build-configure]: build-configure.md
[clear-containers]: https://lwn.net/Articles/644675/
[kvm-module]: http://www.linux-kvm.org/page/Getting_the_kvm_kernel_modules
[kvm-module]: https://www.linux-kvm.org/page/Getting_the_kvm_kernel_modules
[lkvm]: https://kernel.googlesource.com/pub/scm/linux/kernel/git/will/kvmtool/+/master/README
[qemu]: http://qemu-project.org/Main_Page
[qemu]: https://wiki.qemu.org/Main_Page
[rkt-arch-stage1]: devel/architecture.md#stage-1
[rkt-run]: subcommands/run.md#use-a-custom-stage-1
[stage1-implementers-guide]: devel/stage1-implementors-guide.md
Expand Down
2 changes: 1 addition & 1 deletion Documentation/selinux.md
Expand Up @@ -25,6 +25,6 @@ Note that the policy is responsibility of your distribution and might differ fro
To find out more about policies you can check the [SELinux Policy Overview][selinux-policy].
Please refer to your distribution documentation for further details on its policy.

[svirt]: http://selinuxproject.org/page/SVirt
[svirt]: https://selinuxproject.org/page/SVirt
[selinux-policy]: https://www.centos.org/docs/5/html/Deployment_Guide-en-US/rhlcommon-chapter-0001.html

2 changes: 1 addition & 1 deletion Documentation/subcommands/api-service.md
Expand Up @@ -36,5 +36,5 @@ See the table with [global options in general commands documentation][global-opt
[api_proto]: https://github.com/rkt/rkt/blob/master/api/v1alpha/api.proto
[client-example]: https://github.com/rkt/rkt/blob/master/api/v1alpha/client_example.go
[global-options]: ../commands.md#global-options
[grpc]: http://www.grpc.io/
[grpc]: https://www.grpc.io/
[rkt-api]: https://github.com/rkt/rkt/blob/master/dist/init/systemd/rkt-api.service
4 changes: 2 additions & 2 deletions Documentation/using-rkt-with-kubernetes.md
Expand Up @@ -37,8 +37,8 @@ Known issues and tips for using rkt with Kubernetes can be found in the [rktnete

[coreos-baremetal]: https://github.com/coreos/coreos-baremetal
[coreos-kubernetes]: https://github.com/coreos/coreos-kubernetes
[k8s]: http://kubernetes.io
[k8s-1.3-release]: http://blog.kubernetes.io/2016/07/rktnetes-brings-rkt-container-engine-to-Kubernetes.html
[k8s]: https://kubernetes.io
[k8s-1.3-release]: https://kubernetes.io/blog/2016/07/rktnetes-brings-rkt-container-engine-to-kubernetes/
[k8s-on-aws]: https://coreos.com/kubernetes/docs/latest/kubernetes-on-aws.html
[k8s-baremetal]: https://github.com/coreos/coreos-baremetal/blob/master/Documentation/kubernetes.md
[k8s-on-vagrant]: https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html
Expand Down
10 changes: 5 additions & 5 deletions Documentation/using-rkt-with-systemd.md
Expand Up @@ -532,16 +532,16 @@ $ systemd-cgls --all
[aci-socketActivated]: https://github.com/appc/spec/blob/master/spec/aci.md#image-manifest-schema
[go-systemd]: https://github.com/coreos/go-systemd
[machined]: https://wiki.freedesktop.org/www/Software/systemd/machined/
[systemd]: http://www.freedesktop.org/wiki/Software/systemd/
[systemd]: https://www.freedesktop.org/wiki/Software/systemd/
[systemd.exec]: https://www.freedesktop.org/software/systemd/man/systemd.exec.html
[systemd.resource-control]: https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html
[systemd-cpuquota]: https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#CPUQuota=
[systemd-cpuaffinity]: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#CPUAffinity=
[systemd-isolators]: https://github.com/appc/spec/blob/master/spec/ace.md#isolators
[systemd-killmode-mixed]: http://www.freedesktop.org/software/systemd/man/systemd.kill.html#KillMode=
[systemd-machined]: http://www.freedesktop.org/software/systemd/man/systemd-machined.service.html
[systemd-run]: http://www.freedesktop.org/software/systemd/man/systemd-run.html
[systemd-socket-activated]: http://www.freedesktop.org/software/systemd/man/sd_listen_fds.html
[systemd-killmode-mixed]: https://www.freedesktop.org/software/systemd/man/systemd.kill.html#KillMode=
[systemd-machined]: https://www.freedesktop.org/software/systemd/man/systemd-machined.service.html
[systemd-run]: https://www.freedesktop.org/software/systemd/man/systemd-run.html
[systemd-socket-activated]: https://www.freedesktop.org/software/systemd/man/sd_listen_fds.html
[systemd-socket-proxyd]: https://www.freedesktop.org/software/systemd/man/systemd-socket-proxyd.html
[systemd-unit]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html
[sd_notify]: https://www.freedesktop.org/software/systemd/man/sd_notify.html
Expand Down

0 comments on commit 6c6d0e5

Please sign in to comment.