mirror of
https://github.com/containers/podman.git
synced 2026-07-02 19:35:08 -04:00
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:
committed by
Atomic Bot
parent
c0abfaa7c3
commit
d20f3a5146
@@ -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.
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user