docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Restore docs directory #2983

Closed thaJeztah closed 4 years ago

thaJeztah commented 4 years ago

These docs are no longer published on docs.docker.com, so restoring them here for people to read them on GitHub

@justincormack @usha-mandya ptal

thaJeztah commented 4 years ago

Looks like something in CI may have broke due to the repository rename;

$ ln -s $HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG///swarm/} $HOME/gopath/src/github.com/docker
ln: failed to create symbolic link '/home/travis/gopath/src/github.com/docker/classicswarm': File exists
The command "ln -s $HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG///swarm/} $HOME/gopath/src/github.com/docker" failed and exited with 1 during .
justincormack commented 4 years ago

Yeah I don't really mind about the CI fail for docs changes...