switch projectatomic to containers

Need to get some small changes into libpod to pull back into buildah
to complete buildah transition.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1270
Approved by: mheon
This commit is contained in:
Daniel J Walsh
2018-08-16 06:41:15 -04:00
committed by Atomic Bot
parent c0abfaa7c3
commit d20f3a5146
130 changed files with 334 additions and 293 deletions

View File

@@ -4,6 +4,6 @@
## Links to a number of useful tutorials for the Podman utility.
**[Introduction Tutorial](https://github.com/projectatomic/libpod/tree/master/docs/tutorials/podman_tutorial.md)**
**[Introduction Tutorial](https://github.com/containers/libpod/tree/master/docs/tutorials/podman_tutorial.md)**
Learn how to setup Podman and perform some basic commands with the utility.

View File

@@ -31,8 +31,8 @@ and make libpod.
```console
$ export GOPATH=~/go
$ mkdir -p $GOPATH
$ git clone https://github.com/projectatomic/libpod/ $GOPATH/src/github.com/projectatomic/libpod
$ cd $GOPATH/src/github.com/projectatomic/libpod
$ git clone https://github.com/containers/libpod/ $GOPATH/src/github.com/containers/libpod
$ cd $GOPATH/src/github.com/containers/libpod
$ make
$ sudo make install PREFIX=/usr
```
@@ -91,8 +91,8 @@ $ sudo cp runc /usr/bin/runc
### Building and installing Podman
```console
$ git clone https://github.com/projectatomic/libpod/ $GOPATH/src/github.com/projectatomic/libpod
$ cd $GOPATH/src/github.com/projectatomic/libpod
$ git clone https://github.com/containers/libpod/ $GOPATH/src/github.com/containers/libpod
$ cd $GOPATH/src/github.com/containers/libpod
$ make
$ sudo make install PREFIX=/usr
```